Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions crowdsec-docs/docs/configuration/crowdsec_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ api:
client:
insecure_skip_verify: "(true|false)"
credentials_path: "<path_to_local_api_client_credential_file>"
unregister_on_exit: "(true|false)"
server:
enable: <true|false> # enable or disable local API
log_level: "(error|info|debug|trace>")"
Expand Down Expand Up @@ -741,6 +742,7 @@ api:
client:
insecure_skip_verify: "(true|false)"
credentials_path: "<path_to_local_api_client_credential_file>"
unregister_on_exit: "(true|false)"
server:
enable: <true|false>
log_level: "(error|info|debug|trace>"
Expand Down Expand Up @@ -830,6 +832,7 @@ The client subsection is used by `crowdsec` and `cscli` to read and write decisi
client:
insecure_skip_verify: "(true|false)"
credentials_path: "<path_to_local_api_client_credential_file>"
unregister_on_exit: "(true|false)"
```

##### `insecure_skip_verify`
Expand All @@ -842,6 +845,13 @@ Allows the use of https with self-signed certificates.

Path to the credential files (contains API url + login/password).

##### `unregister_on_exit`
>bool

If set to `true`, the log processor will remove delete itself from LAPI when stopping.

Intended for use in dynamic environment such as Kubernetes.

#### `server`

The `server` subsection is the local API configuration.
Expand Down