Merge pull request #5332 from fluxcd/rfc-0010

[RFC-0010] Add RBAC for creating service account tokens
This commit is contained in:
Stefan Prodan 2025-05-03 08:59:24 +03:00 committed by GitHub
commit 0a64800784
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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