mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-27 15:17:50 +00:00
Add additional k8s rbac resources (#514)
Falco also needs to list/watch replicasets, daemonsets, and deployments, so add them to the resources list.
This commit is contained in:
parent
477fcb56f1
commit
bd4c3ffa39
@ -15,7 +15,7 @@ metadata:
|
||||
role: security
|
||||
rules:
|
||||
- apiGroups: ["extensions",""]
|
||||
resources: ["nodes","namespaces","pods","replicationcontrollers","services","events","configmaps"]
|
||||
resources: ["nodes","namespaces","pods","replicationcontrollers","replicasets","services","daemonsets","deployments","events","configmaps"]
|
||||
verbs: ["get","list","watch"]
|
||||
- nonResourceURLs: ["/healthz", "/healthz/*"]
|
||||
verbs: ["get"]
|
||||
|
Loading…
Reference in New Issue
Block a user