Skip to content

Commit

Permalink
Permit configmap list/watch for delegated authentication
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 committed May 31, 2020
1 parent b7394ba commit 1c16388
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/kubepack-operator/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,15 @@ rules:
- apiGroups:
- ""
resources:
- configmaps
- secrets
- services
- serviceaccounts
verbs: ["create", "get", "patch"]
- apiGroups:
- ""
resources:
- configmaps
verbs: ["create", "patch", "get", "list", "watch"]
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 1c16388

Please sign in to comment.