Browse Source

Update auth enabled methods in group_vars example (#1625)

pull/1632/head
Maxim Krasilnikov 7 years ago
committed by Matthew Mosesohn
parent
commit
9bce364b3c
1 changed files with 2 additions and 2 deletions
  1. 4
      inventory/group_vars/k8s-cluster.yml

4
inventory/group_vars/k8s-cluster.yml

@ -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/

Loading…
Cancel
Save