Websocket Connections
Summary
If set, enables proxying of websocket connections.
danger
Use with caution: websockets are long-lived connections, so global timeouts are not enforced (though the policy-specific timeout
is enforced). Allowing websocket connections to the proxy could result in abuse via DOS attacks.
How to configure
- Core
- Enterprise
- Kubernetes
YAML/JSON setting | Type | Default |
---|---|---|
allow_websockets | boolean | false |
Enable Allow Websockets in the Console:
Name | Type | Default |
---|---|---|
allow_websockets | boolean | false |
See Kubernetes Ingress for more information
Examples
allow_websockets: true