mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
upstream health check config (#1796)
This commit is contained in:
parent
c90eda5622
commit
4017e0681a
9 changed files with 134 additions and 11 deletions
|
@ -1370,6 +1370,15 @@ When enabled, this option will pass identity headers to upstream applications. T
|
|||
If set, enables proxying of SPDY protocol upgrades.
|
||||
|
||||
|
||||
### Health Check
|
||||
- Config File Key: `health_check`
|
||||
- Type: `object`
|
||||
- Optional
|
||||
|
||||
When defined, will issue periodic health check requests to upstream servers.
|
||||
See [Envoy documentation](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/health_checking) for a list of supported parameters.
|
||||
|
||||
|
||||
### Websocket Connections
|
||||
- Config File Key: `allow_websockets`
|
||||
- Type: `bool`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue