Skip to content

Commit

Permalink
Merge pull request #11368 from nckturner/aws-ccm-fixes-5-2
Browse files Browse the repository at this point in the history
[AWS CCM] Permission to create SA token
  • Loading branch information
k8s-ci-robot committed May 14, 2021
2 parents f7e6786 + 0239dc1 commit b9382b5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,16 @@ rules:
verbs:
- list
- watch
- apiGroups:
- ""
resources:
- serviceaccounts/token
resourceNames:
- node-controller
- service-controller
- route-controller
verbs:
- create
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,16 @@ rules:
verbs:
- list
- watch
- apiGroups:
- ""
resourceNames:
- node-controller
- service-controller
- route-controller
resources:
- serviceaccounts/token
verbs:
- create

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
- id: k8s-1.18
kubernetesVersion: '>=1.18.0'
manifest: aws-cloud-controller.addons.k8s.io/k8s-1.18.yaml
manifestHash: f3798709f4bc0eec2e211fda6f629fdae0e0b297
manifestHash: c0a92fc15661776506a8861a5600315b930a599b
name: aws-cloud-controller.addons.k8s.io
selector:
k8s-addon: aws-cloud-controller.addons.k8s.io
Expand Down

0 comments on commit b9382b5

Please sign in to comment.