mirror of
https://github.com/fluxcd/flux2.git
synced 2025-05-17 12:45:56 +08:00
[RFC-0010] Add RBAC for creating service account tokens
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user