Skip to content

Commit

Permalink
feat: update impersonate permission to backend serviceaccount (#28)
Browse files Browse the repository at this point in the history
* feat: add impersonate permission to backend serviceaccount

* feat: update impersonate permission to backend serviceaccount
  • Loading branch information
braghettos authored Aug 8, 2024
1 parent 4428b1c commit 309cc9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chart/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,8 @@ rules:
- userextras/authentication.k8s.io/pod-name
- userextras/authentication.kubernetes.io/pod-uid
- userextras/authentication.kubernetes.io/pod-name
- userextras/authentication.kubernetes.io/node-uid
- userextras/authentication.kubernetes.io/node-name
- userextras/authentication.kubernetes.io/credential-id
verbs:
- impersonate

0 comments on commit 309cc9a

Please sign in to comment.