-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
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
Falcosidekick: Unable to receive alerts on teams #1101
Comments
Hi, Have you tried by disabling |
Can you list the services you have in the falco namespace and check the value configured for the http output of falco in its configmap, please |
Can this we related with this issue falcosecurity/charts#793 but this was applicable for driver type gVisor. |
This one was related to gVisor which create another level of abstraction. Can you check the svc for falcosidekick is correctly created too. Do you have any particular DNS and/or Network configuration in your cluster? |
It seems good to me, the issue is at the DNS level. If you create a pod with curl inside and try to |
Hello Issif, I tried to run curl -sI http://falco-falcosidekick.falco.svc.cluster.local:2801 in side pod but curl was not supported because of OPA policy, any way I tried to use the same deployment steps in higher tenant cluster and some how alerts are working now. Thanks for your support. |
|
My proposal was to test with a debian pod or else, to check the DNS resolution. For the Setuid, Falcosidekick runs with a user other than root (uid/gid 1234/1234) for security reasons. See the Dockerfile: Line 12 in 4ebc68c
|
Describe the bug
I have installed falco and falcosidekick on kubernetes namespace using helm with webhook config pods are running successfully but I am unable to receive the alert.
helm upgrade falco falcosecurity/falco --namespace falco
--set falcosidekick.enabled=true
--set falcosidekick.config.teams.webhookurl=https://webhookurl
--set falcosidekick.config.teams.activityimage=image url
--set falcosidekick.config.teams.outputformat=all
--set falcosidekick.fullfqdn=true
--set falcosidekick.config.teams.minimumpriority=debug
The text was updated successfully, but these errors were encountered: