Guy Daich
Guy Daich
*Description*: Envoy Gateway allows an External Processing filter to be configured. However, only a BackendRef can be provided, and all other External Processing attributes are set to Envoy defaults. End-users...
*Description*: Currently, Envoy Gateway supports a variety of envoy cluster settings through the `BackendTrafficPolicy` resource, such as: - TCP Keep Alive - Timeouts - Health Checks - Load Balancing algorithm...
*Description*: Unix Domain Sockets are sometimes used instead of TCP sockets, since communication over UDS has lower latency. Envoy Proxy supports UDS [addresses](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/address.proto#network-addresses-proto) for upstream clusters. Currently, Gateway-API and Envoy...
*Description*: Envoy supports [routing priorities](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/load_balancing/priority#arch-overview-load-balancing-priority-levels): - When load balancing traffic, envoy uses healthy endpoints (as determined by configured health checks). - Users can assign priorities to endpoints, determining which healthy...
### Version 1.11.x (beta) ### Is your feature request related to a problem? Please describe. Envoy measurements are provided in truncated milliseconds. For example, the value of the `x-envoy-upstream-service-time` is...
### Version 1.12.* ### Is your feature request related to a problem? Please describe. Numeric Dynamic Metadata that was created with a [Gloo Edge Transformation Extractor](https://docs.solo.io/gloo-edge/1.7.23/guides/traffic_management/request_processing/transformations/#dynamicmetadatavalues) appears to be [stored...
*Description*: Add an E2E test covering extension server handling of existing gateway-api extension references (e.g. Route Filters) and custom ExtensionContextPolicies introduced in #2975 Related: #3371
*Description*: Projects like Envoy proxy have a robust processe for vulnerability management, outlined [here](https://github.com/envoyproxy/envoy/blob/main/SECURITY.md). Envoy Gateway should establish similar processes, communication channels, responsibilities, SLOs, etc. Additionally, Envoy Gateway security representatives...
**Is your feature request related to a problem? Please describe.** Envoy does not support extended HTTP methods. This limitation is related to the envoy http parser: https://github.com/envoyproxy/envoy/issues/5155#issuecomment-957814532. Several protocols use...
### Version 1.14.x (latest stable) ### Is your feature request related to a problem? Please describe. The envoy HTTP parser can fail to parse requests for various reasons. The [failure...