We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
In falco/integrations/k8s-using-daemonset/k8s-with-rbac/falco-account.yaml, we create a ClusterRole for the Falco ServiceAccount. I reviewed our kube audit logs and saw that Falco was getting an access denied on:
watch
/apis/apps/v1/watch/deployments?pretty=false
/apis/apps/v1/watch/replicasets?pretty=false
/apis/apps/v1/watch/daemonsets?pretty=false
Falco tries those call over and over again which floods audit logs and I'm quite sure Falco is not working as expected without that privilege.
How to reproduce it
Expected behaviour Falco should not receive a 403.
Environment
Additional context
Please note that we also need to update the Helm chart.
The text was updated successfully, but these errors were encountered:
fix(falco-cluster-role): Add missing privileges for the apps Kubernet…
6548749
…es API group Fixes falcosecurity#1064 Signed-off-by: Jean-Philippe Lachance <jplachance@coveo.com>
ad4b8d4
…es API group Fixes #1064 Signed-off-by: Jean-Philippe Lachance <jplachance@coveo.com>
Successfully merging a pull request may close this issue.
Describe the bug
In falco/integrations/k8s-using-daemonset/k8s-with-rbac/falco-account.yaml, we create a ClusterRole for the Falco ServiceAccount. I reviewed our kube audit logs and saw that Falco was getting an access denied on:
watch
/apis/apps/v1/watch/deployments?pretty=false
watch
/apis/apps/v1/watch/replicasets?pretty=false
watch
/apis/apps/v1/watch/daemonsets?pretty=false
Falco tries those call over and over again which floods audit logs and I'm quite sure Falco is not working as expected without that privilege.
How to reproduce it
Expected behaviour
Falco should not receive a 403.
Environment
Additional context
Please note that we also need to update the Helm chart.
The text was updated successfully, but these errors were encountered: