Skip to content

Commit

Permalink
Merge pull request #937 from aupadhyay3/ccm-service-account-rbac
Browse files Browse the repository at this point in the history
Grant cloud-controller-manager RBAC permissions for HTTP port access
  • Loading branch information
k8s-ci-robot authored Jun 6, 2024
2 parents 9661971 + e7cca68 commit 3da706f
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 3da706f

Please sign in to comment.