Skip to content

Commit b3cac25

Browse files
authored
consistency between the two middleware configuration (#945)
* yet another obvious typo * consistency between the two middleware configuration
1 parent 480ba4b commit b3cac25

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

crowdsec-docs/unversioned/bouncers/traefik.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ spec:
4444
bouncer:
4545
enabled: true
4646
crowdsecMode: stream
47-
crowdsecLapiScheme: https
48-
crowdsecLapiHost: crowdsec-service.crowdsec:8080
49-
crowdsecLapiKey: mysecretkey12345
47+
crowdsecLapiHost: crowdsec-service.default.svc.cluster.local:8080
48+
crowdsecLapiKey: <YOUR-BOUNCER-KEY>
5049
```
5150
5251
Now, you can install the remediation component:
@@ -117,7 +116,6 @@ spec:
117116
crowdsecAppsecBodyLimit: 10485760
118117
crowdsecLapiKey: <YOUR-BOUNCER-KEY>
119118
crowdsecLapiPath: "/"
120-
crowdsecLapiTLSInsecureVerify: true
121119
```
122120

123121
You can see all the configuration options in the [bouncer documentation](https://plugins.traefik.io/plugins/6335346ca4caa9ddeffda116/crowdsec-bouncer-traefik-plugin).

0 commit comments

Comments
 (0)