Browse Source

change authorization_modes default value

pull/1382/head
jwfang 7 years ago
parent
commit
cea3e224aa
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubespray-defaults/defaults/main.yaml

2
roles/kubespray-defaults/defaults/main.yaml

@ -118,5 +118,5 @@ enable_network_policy: false
## List of authorization modes that must be configured for
## the k8s cluster. Only 'AlwaysAllow','AlwaysDeny', and
## 'RBAC' modes are tested.
authorization_modes: ['AlwaysAllow']
authorization_modes: []
rbac_enabled: "{{ 'RBAC' in authorization_modes }}"
Loading…
Cancel
Save