Merge pull request #5332 from fluxcd/rfc-0010

[RFC-0010] Add RBAC for creating service account tokens
pull/5333/head
Stefan Prodan 1 month ago committed by GitHub
commit 0a64800784
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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