mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
[RFC-0010] Add RBAC for creating service account tokens
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
parent
a6b5013649
commit
941af6a648
1 changed files with 7 additions and 0 deletions
|
|
@ -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…
Reference in a new issue