mirror of
https://github.com/rancher/rke.git
synced 2025-09-19 01:44:28 +00:00
Make RBAC default authz mode
This commit is contained in:
@@ -11,7 +11,8 @@ const (
|
||||
|
||||
DefaultDockerSockPath = "/var/run/docker.sock"
|
||||
|
||||
DefaultAuthStrategy = "x509"
|
||||
DefaultAuthStrategy = "x509"
|
||||
DefaultAuthorizationMode = "rabc"
|
||||
|
||||
DefaultNetworkPlugin = "flannel"
|
||||
DefaultNetworkCloudProvider = "none"
|
||||
|
Reference in New Issue
Block a user