We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa949ee commit 35313d7Copy full SHA for 35313d7
1 file changed
crowdsec-docs/docs/appsec/quickstart/traefik.mdx
@@ -157,6 +157,7 @@ http:
157
crowdsec:
158
plugin:
159
bouncer:
160
+ enabled: true
161
crowdsecAppsecEnabled: true
162
crowdsecAppsecHost: crowdsec:7422
163
crowdsecAppsecFailureBlock: true
@@ -168,6 +169,7 @@ Instead if you define the configuration using labels on the containers you can a
168
169
170
```yaml
171
labels:
172
+ - "traefik.http.middlewares.crowdsec-bar.plugin.bouncer.enabled=true"
173
- "traefik.http.middlewares.crowdsec-bar.plugin.bouncer.crowdsecAppsecEnabled=true"
174
- "traefik.http.middlewares.crowdsec-bar.plugin.bouncer.crowdsecAppsecHost=crowdsec:7422"
175
- "traefik.http.middlewares.crowdsec-bar.plugin.bouncer.crowdsecLapiKey=privateKey-foo"
0 commit comments