[RFC-0010] Add RBAC for creating service account tokens

Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
pull/5332/head
Matheus Pimenta 1 month ago
parent a6b5013649
commit 941af6a648
No known key found for this signature in database
GPG Key ID: 86D878C779EB9A95

@ -69,6 +69,13 @@ rules:
- update
- patch
- delete
# required for object-level workload identity
- apiGroups:
- ""
resources:
- serviceaccounts/token
verbs:
- create
# required for flow control
- nonResourceURLs:
- /livez/ping

Loading…
Cancel
Save