Skip to content

Commit

Permalink
Permit configmap list/watch for delegated authentication (#7)
Browse files Browse the repository at this point in the history
xref: kubernetes/kubernetes#85004

Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha authored May 31, 2020
1 parent 90c5a8f commit 3b270c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/identity-server/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ rules:
resources:
- events
verbs: ["create"]
- apiGroups:
- ""
resources:
- configmaps
verbs: ["get", "list", "watch"]

0 comments on commit 3b270c4

Please sign in to comment.