Skip to content

Commit

Permalink
Rule updates 2019.02.v1 (falcosecurity#551)
Browse files Browse the repository at this point in the history
* Let cassandra write to /root/.cassandra

* Add kubelet/kops to allowed_k8s_users
  • Loading branch information
mstemm authored Mar 9, 2019
1 parent 5630a36 commit bdca603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s_audit_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

# If you wish to restrict activity to a specific set of users, override/append to this list.
- list: allowed_k8s_users
items: ["minikube", "minikube-user"]
items: ["minikube", "minikube-user", "kubelet", "kops"]

- rule: Disallowed K8s User
desc: Detect any k8s operation by users outside of an allowed set of users.
Expand Down

0 comments on commit bdca603

Please sign in to comment.