[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 - update
- patch - patch
- delete - delete
# required for object-level workload identity
- apiGroups:
- ""
resources:
- serviceaccounts/token
verbs:
- create
# required for flow control # required for flow control
- nonResourceURLs: - nonResourceURLs:
- /livez/ping - /livez/ping

Loading…
Cancel
Save