Enabling audit webhooks through envars

Hey team!
I was wondering if there’s a way to enable auditing webhooks through environment variables instead of a config.yaml

Hey @ianespana !

Yes you can enable auditing webhooks via environment variables just like any other supported configuration settings in config.yml.

Heres an example:

FLIPT_AUDIT_SINKS_WEBHOOK_ENABLED=true
FLIPT_AUDIT_SINKS_WEBHOOK_URL="https://www.postb.in/b/xxxxx"

Hope that helps!

1 Like

Is there a way to add templates through envars, instead of using the FLIPT_AUDIT_SINKS_WEBHOOK_URL var?