Skip to content
Snippets Groups Projects
Commit d114e2f9 authored by Giuseppe Attardi's avatar Giuseppe Attardi
Browse files

Webhook mode.

parent 7519b2b3
No related branches found
No related tags found
No related merge requests found
......@@ -90,11 +90,11 @@ services:
constraints: tags=kubernetes-public-ip cores=2 mem=4G #root-disk=16G
options:
channel: 1.10/stable
authorization-mode: "Node,RBAC" #,Webhook
authorization-mode: "Node,RBAC,Webhook"
# RBAC to allow access to dashboard to User "system:anonymous"
# Because of this bug https://github.com/kubernetes/kubernetes/issues/39722
# the value must be false, rather than what the documentation says.
api-extra-args: "anonymous-auth=false" #authentication-token-webhook-config-file=/root/cdk/webhook.kubeconfig"
api-extra-args: "anonymous-auth=false authorization-webhook-config-file=/root/cdk/webhook.kubeconfig"
enable-dashboard-addons: True
annotations:
gui-x: '800'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment