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

Loading…
Cancel
Save