Skip to content

Commit

Permalink
add known k8s service accounts
Browse files Browse the repository at this point in the history
Signed-off-by: Sverre Boschman <1142569+sboschman@users.noreply.github.com>
  • Loading branch information
sboschman authored and poiana committed Oct 29, 2021
1 parent 8563af8 commit 762500a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions rules/k8s_audit_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,17 +303,28 @@

- list: known_sa_list
items: [
coredns,
coredns-autoscaler,
cronjob-controller,
daemon-set-controller,
deployment-controller,
disruption-controller,
endpoint-controller,
endpointslice-controller,
endpointslicemirroring-controller,
generic-garbage-collector,
horizontal-pod-autoscaler,
job-controller,
namespace-controller,
node-controller,
persistent-volume-binder,
pod-garbage-collector,
pv-protection-controller,
pvc-protection-controller,
replicaset-controller,
resourcequota-controller,
root-ca-cert-publisher,
service-account-controller,
statefulset-controller
]

Expand Down

0 comments on commit 762500a

Please sign in to comment.