Skip to content

Commit 4e53756

Browse files
authored
Merge branch 'main' into nginx_bouncer/doc
2 parents 8eb1ae5 + 01e9c9a commit 4e53756

File tree

19 files changed

+333
-16
lines changed

19 files changed

+333
-16
lines changed

crowdsec-docs/docs/appsec/quickstart/traefik.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ http:
157157
crowdsec:
158158
plugin:
159159
bouncer:
160+
enabled: true
160161
crowdsecAppsecEnabled: true
161162
crowdsecAppsecHost: crowdsec:7422
162163
crowdsecAppsecFailureBlock: true
@@ -168,6 +169,7 @@ Instead if you define the configuration using labels on the containers you can a
168169
169170
```yaml
170171
labels:
172+
- "traefik.http.middlewares.crowdsec-bar.plugin.bouncer.enabled=true"
171173
- "traefik.http.middlewares.crowdsec-bar.plugin.bouncer.crowdsecAppsecEnabled=true"
172174
- "traefik.http.middlewares.crowdsec-bar.plugin.bouncer.crowdsecAppsecHost=crowdsec:7422"
173175
- "traefik.http.middlewares.crowdsec-bar.plugin.bouncer.crowdsecLapiKey=privateKey-foo"

crowdsec-docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ module.exports = {
127127
{
128128
type: "docsVersion",
129129
to: "/docs/next/appsec/intro",
130-
label: "Application Security Component",
130+
label: "Web Application Firewall (AppSec)",
131131
},
132132
{
133133
type: "doc",

crowdsec-docs/sidebarsUnversioned.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ module.exports = {
3737
id: "cti_api/integration_intro",
3838
},
3939
items: [
40+
"cti_api/integration_ipdex",
4041
"cti_api/integration_chrome",
4142
"cti_api/integration_gigasheet",
4243
"cti_api/integration_intelowl",
@@ -100,12 +101,17 @@ module.exports = {
100101
},
101102
{
102103
type: "doc",
103-
label: "Transfer an Engine",
104+
label: "Transferring an Engine",
104105
id: "console/security_engines/transfer_engine",
105106
},
106107
{
107108
type: "doc",
108-
label: "Remove an Engine",
109+
label: "Archiving an Engine",
110+
id: "console/security_engines/archive_engine",
111+
},
112+
{
113+
type: "doc",
114+
label: "Removing an Engine",
109115
id: "console/security_engines/remove_engine",
110116
},
111117
{
391 KB
Loading
682 KB
Loading
312 KB
Loading
774 KB
Loading
310 KB
Loading
65.6 KB
Loading
155 KB
Loading

0 commit comments

Comments
 (0)