Guy Daich
Guy Daich
**What type of PR is this?** **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes #4457
*Description*: If an empty connection limit is configured in CTP, envoy rejects xds. ``` "details": "Proto constraint validation failed (ConnectionLimitValidationError.MaxConnections: value must be greater than or equal to 1): stat_prefix:...
**What type of PR is this?** **What this PR does / why we need it**: - Adds an IR hint that can be used to distinguish between unspecified ALPN (empty...
*Description*: Many proxies and Ingress Controllers have an option to opt-out of ALPN: - Envoy: ALPN is disabled by default: https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/transport_sockets/tls/v3/tls.proto#envoy-v3-api-msg-extensions-transport-sockets-tls-v3-commontlscontext - Nginx: ALPN in enabled only if HTTP2 is...
*Description*: Envoy Gateway sets ALPN to `h2, http/1.1` by default. When Envoy is not handling the application layer protocol (e.g. TLS termination for TCP), Envoy should not advertise application layer...
**What type of PR is this?** **What this PR does / why we need it**: - Updates API to format requested in #4410 - Implements host rewrite based on custom...
*Description*: We currently only have instructions for RC and Minor version releases. It's possible that patch releases should be treated differently, e.g. wrt. docs generation, etc.
**What type of PR is this?** **What this PR does / why we need it**: fix ext proc validation and trailer management for full duplex streamed mode **Which issue(s) this...
*Title*: *ext_ proc: FULL DUPLEX STREAMED response body truncated when multiple filters defined * *Description*: envoy version: 1.35.4 Two ext-proc filters are defined: 1. ext-proc-1: handles response headers 2. ext-proc-2:...
*Description*: Currently, Dynamic Resolver can only forward dynamically to the hostname specified in the HTTP host header. In some cases, e.g. when an explicit forward proxy is used, the dynamic...