You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crowdsec-docs/unversioned/console/decisions/decisions_intro.md
+1-19Lines changed: 1 addition & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,25 +19,7 @@ Currently, only 4 orders are available:
19
19
20
20
## Enable console management
21
21
22
-
:::info
23
-
These steps are only needed if you are using CrowdSec version below `1.6.0`. We advise to update to the latest version of CrowdSec to benefit from the latest features and security patches.
24
-
:::
25
-
26
-
There are two ways to enable this feature flag:
27
-
- Create or edit `/etc/crowdsec/feature.yaml` with the following flag
28
-
29
-
```yaml
30
-
- papi_client
31
-
```
32
-
- Add this environement variable to the crowdsec service file with `sudo systemctl edit crowdsec.service`:
33
-
```
34
-
[Service]
35
-
Environment=CROWDSEC_FEATURE_PAPI_CLIENT=true
36
-
```
37
-
38
-
And then reload the systemctl daemon with `sudo systemctl daemon-reload`
39
-
40
-
Now that the feature flag is enabled, we need to enable the option on the LAPI side:
0 commit comments