Skip to content

Commit 97d0696

Browse files
authored
remove mention of papi_client feature flag (#762)
1 parent 984282b commit 97d0696

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

crowdsec-docs/unversioned/console/decisions/decisions_intro.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,7 @@ Currently, only 4 orders are available:
1919

2020
## Enable console management
2121

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:
22+
We need to enable the option on the LAPI side:
4123
```bash
4224
sudo cscli console enable console_management
4325
sudo systemctl restart crowdsec

0 commit comments

Comments
 (0)