Skip to content

0snug0/sysdig-talon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sysdig Secure Talon Bridge

POC: Sysdig Secure Talon Bridge

A webhook bridge to connect sysdig secure webhook actions to Talon

Configure and Deploy 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

Deploy webhook

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

Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages