A webhook bridge to connect sysdig secure webhook actions to Talon
You can use the default rules, just deploy with helm BEWARE - There are destructive actions here
helm install -f falco-talon/helm/values.yaml falco-talon falco-talon/helm
Modify the rules found in falco-talon/rules.yaml
WARNING: The webhook uses LoadBalancer service type, which means that it will be a publically accessiable endpoint TODO: Use agent local forwarding TODO: Add Secret Headers
kubectl create -f webhook/deployment.yaml
kubectl expose deployment webhook --port 80 --type LoadBalancer
Check it out in action! After exec into a container, two actions are taken. Get the /etc/os-release
output and then kill the container