Scan for Kubeflow pipelines secrets.
- Push the
app
to$REGISTRY/kfp-secret-scanner:$VERSION
- Configure the
chart/values.yaml
file accordingly - Create the
elastic-creds
secret usingcreate-elk-secret.sh
(it will prompt you) - Deploy the helm chart as you please, adding the
imagePullSecret
and namespace, probably. - If you want, trigger a manual run with
./manual-run.sh -n $NAMESPACE
Then voila! Check kibana.
The secret scanner borrows from Trufflehog, and the code and inspiration for scraping the kubeflow pipelines API came from @wg102's repo.