Crowdsec WAF on fly

Has anyone been able to deploy Crowdsec AppSec on fly? I am looking to create a basic WAF with openresty/nginx but it is not clear on the best way to do this. Crowdsec docs assume separate containers on the same host sharing log files. However, if the logs are available via NATS, is there a way to grab them that way? Alternatively I could run them both on a single container and treat it as a WAF as a whole. I’ve seen the suggestion to use Arcjet, but that is JavaScript instead of nginx and I don’t like the idea of sending every request to an external party.

Any suggestion on how to do this on Fly would be appreciated

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.