mirror of
https://github.com/falcosecurity/falco.git
synced 2026-01-30 06:00:00 +00:00
Fixes #1794. /livez and /readyz don't require authentication and can generate a lot of noise if the cluster is checked by an anonymous external system. Some k8s systems have those endpoints required to be anonymous, as per this [link to an OpenShift setup](http://static.open-scap.org/ssg-guides/ssg-ocp4-guide-cis.html#xccdf_org.ssgproject.content_rule_api_server_anonymous_auth). Signed-off-by: Sebastien Le Digabel <sledigabel@gmail.com>