mathieuHa

Results 31 comments of mathieuHa

Hi @nonodev96 @PseudoResonance, Since release 3.5.0 of Traefik, you can see the configuration options passed to the plugin in the dashboard

Followup, Right Now the best approch is to use `handleBanServeHTTP` and not `handleRemediationServeHTTP` so appsec takes precedence and is not bypassed by a captcha decision grace period. Will look into...

> I have this question regarding the IP address of the ForwardedHeardersTrustedIps for Cloudflare Tunnel. In the [example here](https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin/blob/main/examples/behind-proxy/README.md). > > As far as I know, the IP keeps changing....

Hi @adilson0888, You may run the plugin with debug log enabled, so you can inspect which IP it is transferring to Crowdsec. If you see a private IP for a...

Hi @mhazan01, You may try our [kubernetes example](https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin/tree/main/examples/kubernetes) to get started. The official doc from crowdsec also reference some [getting started](https://www.crowdsec.net/blog/integrating-crowdsec-kubernetes-tls) with K8S+Crowdsec+TraefikPlugin The error you encounter now is pretty...

I'm going to close, feel free to reopen if you get an issue with it

Yeah, like max said, we could add it in the plugin, but I think by default it should be disabled. Adding information in the response can give an attacker information...

Hi, I'll look soon if the possibility to write logs is allowed, and after discussion we agree on the idea to implement it.

Hi @LaurenceJJones, Yes, I think It's a good Idea. Can you just clarify one point for us. We understood that we could help you write a first version of documentation...

Yes I would like that, I'll create in the next following days a PR for this when I got the time