diff --git a/bundle.yaml b/bundle.yaml
index 6a62fc22338ff2c7a92a783f2fa939b2d35ad349..8245e12524c09887684fc33298de1a52f508591a 100644
--- a/bundle.yaml
+++ b/bundle.yaml
@@ -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'