From 34f9c3649fd7a9f5c7fbe0e6ab86f163123a8531 Mon Sep 17 00:00:00 2001 From: Michael Hainz <70092362+MiggiV2@users.noreply.github.com> Date: Fri, 25 Apr 2025 14:48:28 +0200 Subject: [PATCH] Update traefik.mdx Since the default for Enabled is false, Enabled has to be set to true --- crowdsec-docs/docs/appsec/quickstart/traefik.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crowdsec-docs/docs/appsec/quickstart/traefik.mdx b/crowdsec-docs/docs/appsec/quickstart/traefik.mdx index 13c99f895..746006a1b 100644 --- a/crowdsec-docs/docs/appsec/quickstart/traefik.mdx +++ b/crowdsec-docs/docs/appsec/quickstart/traefik.mdx @@ -157,6 +157,7 @@ http: crowdsec: plugin: bouncer: + enabled: true crowdsecAppsecEnabled: true crowdsecAppsecHost: crowdsec:7422 crowdsecAppsecFailureBlock: true @@ -168,6 +169,7 @@ Instead if you define the configuration using labels on the containers you can a ```yaml labels: + - "traefik.http.middlewares.crowdsec-bar.plugin.bouncer.enabled=true" - "traefik.http.middlewares.crowdsec-bar.plugin.bouncer.crowdsecAppsecEnabled=true" - "traefik.http.middlewares.crowdsec-bar.plugin.bouncer.crowdsecAppsecHost=crowdsec:7422" - "traefik.http.middlewares.crowdsec-bar.plugin.bouncer.crowdsecLapiKey=privateKey-foo"