Set up the kubernetes integration.
Detect when an unauthenticated request user is permitted in Kubernetes.
This rule monitors when any action is permitted (@http.status_code:[100 TO 299]
) for an unauthenticated user (@user.username:\"system:anonymous\"
).
The /healthz
endpoint is commonly accessed unauthenticated and it is excluded in the query filter.