fix pam_role_name parameter name.

This commit is contained in:
Oleksii Kliukin 2017-08-02 17:52:38 +02:00
parent a8b5b77cc4
commit 8b58782a4a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ type Resources struct {
// Auth describes authentication specific configuration parameters
type Auth struct {
PamRoleName string `name:"pam_rol_name" default:"zalandos"`
PamRoleName string `name:"pam_role_name" default:"zalandos"`
PamConfiguration string `name:"pam_configuration" default:"https://info.example.com/oauth2/tokeninfo?access_token= uid realm=/employees"`
TeamsAPIUrl string `name:"teams_api_url" default:"https://teams.example.com/api/"`
OAuthTokenSecretName spec.NamespacedName `name:"oauth_token_secret_name" default:"postgresql-operator"`