From ca5bbab20a661b3b3810aeba84f2169322c88fd4 Mon Sep 17 00:00:00 2001 From: Salvatore Pinto Date: Sun, 4 Jun 2017 01:00:56 +0200 Subject: [PATCH] traefik controller access to secrets The traefik controller shall have access to secrets for the k8s basic authentication (#1488) to work --- examples/k8s/traefik-rbac.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/k8s/traefik-rbac.yaml b/examples/k8s/traefik-rbac.yaml index 4fa5dbe83..3f0ab476d 100644 --- a/examples/k8s/traefik-rbac.yaml +++ b/examples/k8s/traefik-rbac.yaml @@ -10,6 +10,7 @@ rules: - pods - services - endpoints + - secrets verbs: - get - list