Skip to content

Commit

Permalink
allow creation of tokenreviews and subjectaccessreviews
Browse files Browse the repository at this point in the history
Co-Authored-By: Eric Wolak <[email protected]>
  • Loading branch information
aupadhyay3 and epall committed Jun 3, 2024
1 parent b71f120 commit e7cca68
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions charts/aws-cloud-controller-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,18 @@ clusterRoleRules:
- serviceaccounts/token
verbs:
- create
- apiGroups:
- authentication.k8s.io
resources:
- tokenreviews
verbs:
- create
- apiGroups:
- authorization.k8s.io
resources:
- subjectaccessreviews
verbs:
- create

# resources -- Pod resource requests and limits.
resources:
Expand Down

0 comments on commit e7cca68

Please sign in to comment.