mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-09-02 04:28:50 +02:00
🐛 fix default value for CrowdsecAppsecUnreadableBodyBlock (#361)
This commit is contained in:
@@ -384,8 +384,8 @@ make run
|
|||||||
- Transmit only the first number of bytes to Crowdsec Appsec Server.
|
- Transmit only the first number of bytes to Crowdsec Appsec Server.
|
||||||
- CrowdsecAppsecUnreadableBodyBlock
|
- CrowdsecAppsecUnreadableBodyBlock
|
||||||
- bool
|
- bool
|
||||||
- default: false
|
- default: true
|
||||||
- Behaviour when the request body cannot be buffered for inspection (HTTP/2 or HTTP/3 request without a `Content-Length`, typically a bidirectional gRPC stream). When `false` (default) the request is forwarded to the Appsec Server with headers only (the body is left to stream through untouched). When `true` the request is blocked outright. Mirrors the reference bouncers' `APPSEC_DROP_UNREADABLE_BODY` option.
|
- Behaviour when the request body cannot be buffered for inspection (HTTP/2 or HTTP/3 request without a `Content-Length`, typically a bidirectional gRPC stream). When `false` the request is forwarded to the Appsec Server with headers only (the body is left to stream through untouched). When `true` the request is blocked outright. Mirrors the reference bouncers' `APPSEC_DROP_UNREADABLE_BODY` option.
|
||||||
- CrowdsecAppsecKey
|
- CrowdsecAppsecKey
|
||||||
- string
|
- string
|
||||||
- default: value of `CrowdsecLapiKey`
|
- default: value of `CrowdsecLapiKey`
|
||||||
|
|||||||
Reference in New Issue
Block a user