mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
change authorization_modes default value
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user