Skip to content

Commit

Permalink
Add additional k8s rbac resources (#514)
Browse files Browse the repository at this point in the history
Falco also needs to list/watch replicasets, daemonsets, and deployments,
so add them to the resources list.
  • Loading branch information
mstemm committed Feb 6, 2019
1 parent 477fcb5 commit bd4c3ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit bd4c3ff

Please sign in to comment.