Skip to content

Commit

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

Signed-off-by: Tamal Saha <tamal@appscode.com>
tamalsaha authored May 31, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 658362a commit b1acae9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/grafana-operator/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
@@ -35,11 +35,15 @@ rules:
- apiGroups:
- ""
resources:
- configmaps
- secrets
- services
- serviceaccounts
verbs: ["create", "get", "patch"]
- apiGroups:
- ""
resources:
- configmaps
verbs: ["create", "get", "list", "watch", "patch"]
- apiGroups:
- ""
resources:

0 comments on commit b1acae9

Please sign in to comment.