From 47181d49e0b2f7e7b9612c1d7ea0aaeacff29ae2 Mon Sep 17 00:00:00 2001
From: attardi <giuseppe.attardi@garr.it>
Date: Tue, 10 Jul 2018 10:07:15 +0200
Subject: [PATCH] Fixed.

---
 bundle.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bundle.yaml b/bundle.yaml
index 7739dae..64e7a18 100644
--- a/bundle.yaml
+++ b/bundle.yaml
@@ -84,7 +84,6 @@ services:
     charm: ./kubernetes-keystone
     options:
       keystone-url: https://keystone.cloud.garr.it:5000/v3
-      webhook-authn-config: /root/cdk/webhook-authn.onfig
 
   kubernetes-master:
     charm: cs:~containers/kubernetes-master-122
@@ -99,7 +98,7 @@ services:
       # 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-authn.onfig"
+      api-extra-args: "anonymous-auth=false"
       enable-dashboard-addons: True
     annotations:
       gui-x: '800'
-- 
GitLab