mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-23 16:11:48 +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
|
- 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…
Reference in a new issue