Update auth enabled methods in group_vars example (#1625)

This commit is contained in:
Maxim Krasilnikov 2017-09-06 15:10:18 +03:00 committed by Matthew Mosesohn
parent cbaa2b5773
commit 9bce364b3c

View file

@ -55,8 +55,8 @@ kube_users:
## It is possible to activate / deactivate selected authentication methods (basic auth, static token auth)
#kube_oidc_auth: false
#kube_basic_auth: false
#kube_token_auth: false
#kube_basic_auth: true
#kube_token_auth: true
## Variables for OpenID Connect Configuration https://kubernetes.io/docs/admin/authentication/