You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HTTP/2 implementation from cloudfoundry/gorouter#289 added ALPN configuration to the Envoy Proxy's listeners. This could cause problems for clients other than Gorouter connecting through the Envoy proxy. To help operators manage this change, we added a manifest property that will allow them to disable the ALPN configuration.
Defaults to HTTP/2 enabled
When false, Envoy proxy sidecar will not advertise HTTP/2 support via ALPN
Diego repo
If the feature request is associated with a sub-component of diego-release add the name of the repo here, else, leave blank.
Add Manifest Property for Envoy Proxy HTTP/2
Summary
The HTTP/2 implementation from cloudfoundry/gorouter#289 added ALPN configuration to the Envoy Proxy's listeners. This could cause problems for clients other than Gorouter connecting through the Envoy proxy. To help operators manage this change, we added a manifest property that will allow them to disable the ALPN configuration.
Diego repo
Changes to:
Additional Text Output, Screenshots, or contextual information (optional)
Root github issue: cloudfoundry/routing-release#200
cc @MerricdeLauney
The text was updated successfully, but these errors were encountered: