Created
June 15, 2023 12:02
-
-
Save Issif/622499c5e990d64eec463bbc89f82a58 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
customRules: | |
override-k8saudit.yaml: |- | |
- list: allowed_k8s_users | |
append: true | |
items: [eks:cloud-controller-manager, eks:vpc-resource-controller, eks:az-poller] | |
- macro: live_endpoint | |
append: true | |
condition: or ka.uri="/readyz?exclude=kms-provider-0" or ka.uri="/livez?exclude=kms-provider-0" | |
falco: | |
rules_file: | |
- /etc/falco/k8s_audit_rules.yaml | |
- /etc/falco/rules.d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment