Update auth enabled methods in group_vars example (#1625)
This commit is contained in:
parent
cbaa2b5773
commit
9bce364b3c
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ kube_users:
|
||||||
|
|
||||||
## It is possible to activate / deactivate selected authentication methods (basic auth, static token auth)
|
## It is possible to activate / deactivate selected authentication methods (basic auth, static token auth)
|
||||||
#kube_oidc_auth: false
|
#kube_oidc_auth: false
|
||||||
#kube_basic_auth: false
|
#kube_basic_auth: true
|
||||||
#kube_token_auth: false
|
#kube_token_auth: true
|
||||||
|
|
||||||
|
|
||||||
## Variables for OpenID Connect Configuration https://kubernetes.io/docs/admin/authentication/
|
## Variables for OpenID Connect Configuration https://kubernetes.io/docs/admin/authentication/
|
||||||
|
|
Loading…
Reference in a new issue