mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-29 14:39:40 +02:00
envoy: enable extended connect (#5387)
* envoy: enable extended connect * add explicit connect * update config
This commit is contained in:
parent
699679bc57
commit
f426403bcb
4 changed files with 16 additions and 2 deletions
|
@ -67,6 +67,10 @@ func WithKeepalive(src *envoy_config_core_v3.Http2ProtocolOptions) *envoy_config
|
|||
return dst
|
||||
}
|
||||
|
||||
var http3ProtocolOptions = &envoy_config_core_v3.Http3ProtocolOptions{
|
||||
AllowExtendedConnect: true,
|
||||
}
|
||||
|
||||
func buildTypedExtensionProtocolOptions(
|
||||
endpoints []Endpoint,
|
||||
upstreamProtocol upstreamProtocolConfig,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue