1
0
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:
moelsayed
2017-12-14 23:56:19 +02:00
parent ff3d8c5780
commit 69ccba0c1a
3 changed files with 14 additions and 4 deletions

View File

@@ -11,7 +11,8 @@ const (
DefaultDockerSockPath = "/var/run/docker.sock"
DefaultAuthStrategy = "x509"
DefaultAuthStrategy = "x509"
DefaultAuthorizationMode = "rabc"
DefaultNetworkPlugin = "flannel"
DefaultNetworkCloudProvider = "none"