mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-01 17:12:21 +00:00
rules update: expand list allowed_k8s_users
Signed-off-by: kaizhe <derek0405@gmail.com> add comments Signed-off-by: kaizhe <derek0405@gmail.com>
This commit is contained in:
parent
d21e69cf9a
commit
5c61276695
@ -39,8 +39,9 @@
|
|||||||
condition: (jevt.value[/stage]=ResponseStarted)
|
condition: (jevt.value[/stage]=ResponseStarted)
|
||||||
|
|
||||||
# If you wish to restrict activity to a specific set of users, override/append to this list.
|
# If you wish to restrict activity to a specific set of users, override/append to this list.
|
||||||
|
# users created by kops are included
|
||||||
- list: allowed_k8s_users
|
- list: allowed_k8s_users
|
||||||
items: ["minikube", "minikube-user", "kubelet", "kops"]
|
items: ["minikube", "minikube-user", "kubelet", "kops", "admin", "kube", "kube-proxy"]
|
||||||
|
|
||||||
- rule: Disallowed K8s User
|
- rule: Disallowed K8s User
|
||||||
desc: Detect any k8s operation by users outside of an allowed set of users.
|
desc: Detect any k8s operation by users outside of an allowed set of users.
|
||||||
|
Loading…
Reference in New Issue
Block a user