@@ -204,22 +204,24 @@ Create a Crowdsec account, and obtain your Crowdsec security engine enrolement k
204
204
205
205
``` bash
206
206
sudo docker exec crowdsec cscli console enroll cm1yipaufk0021g1u01fq27s3
207
- sudo docker exec crowdsec cscli collections install crowdsecurity/base-http-scenarios crowdsecurity/http-cve crowdsecurity/linux crowdsecurity/sshd crowdsecurity/traefik
208
- sudo docker exec crowdsec cscli parsers install crowdsecurity/traefik -logs crowdsecurity/docker -logs
207
+ sudo docker exec crowdsec cscli collections install crowdsecurity/base-http-scenarios crowdsecurity/http-cve crowdsecurity/linux crowdsecurity/iptables crowdsecurity/ sshd crowdsecurity/traefik
208
+ sudo docker exec crowdsec cscli parsers install crowdsecurity/syslog -logs crowdsecurity/iptables-logs crowdsecurity/sshd-logs crowdsecurity/traefik -logs
209
209
sudo docker exec crowdsec cscli console enable console_management
210
- sudo docker exec crowdsec cscli bouncers add crowdsecBouncer
210
+ sudo docker exec crowdsec cscli bouncers add traefik-bouncer
211
211
```
212
212
213
213
Crowdsec will output the API Key for the bouncer:
214
214
215
215
``` bash
216
- API key for ' crowdsecBouncer ' :
216
+ API key for ' traefik-bouncer ' :
217
217
218
218
8andilX0JKYIu8z+R4imPkIgG+TMdCttAuMaHrsV7ZU
219
219
220
220
Please keep this key since you will not be able to retrieve it!
221
221
```
222
222
223
+ You must go back to [ https://app.crowdsec.net/security-engines ] ( https://app.crowdsec.net/security-engines ) and approve registration of the new CrowdSec docker engine into the online portal.
224
+
223
225
Check the status of Crowdsec components:
224
226
225
227
``` bash
@@ -270,7 +272,7 @@ Crowdsec will display the following output:
270
272
-----------------------------------------------------------------------------
271
273
Name IP Address Valid Last API pull Type Version Auth Type
272
274
-----------------------------------------------------------------------------
273
- crowdsecBouncer ✔️ api-key
275
+ traefik-bouncer ✔️ api-key
274
276
-----------------------------------------------------------------------------
275
277
```
276
278
@@ -298,7 +300,7 @@ Create Authentik Application:
298
300
Name: Provider for Authentik
299
301
Authorization flow: default-provider-authorization-explicit-consent (Authorize Application)
300
302
Select "Forward auth (domain level)"
301
- Authentication URL: https://auth.example.com <-- change to your domain
303
+ Authentication URL: < https://auth.example.com > <-- change to your domain
302
304
Cookie domain: example.com <-- change to your domain
303
305
Advanced flow settings:
304
306
Authentication flow: default-authentication-flow (Welcome to authentik!)
@@ -313,7 +315,7 @@ Add application to outposts:
313
315
Update Outpost:
314
316
Select "Authentik" application in "Available Applications" and move across to "Selected Applications"
315
317
Advanced settings:
316
- Under "Configuration", ensure authentik_host is http://authentik:6080
318
+ Under "Configuration", ensure authentik_host is < http://authentik:6080 >
317
319
Select "Update"
318
320
319
321
Edit ` docker-compose.yaml ` and make the following adjustments:
0 commit comments