envoy
envoy copied to clipboard
Cloud-native high-performance edge/middle/service proxy
When updating a listener with a different v4_compat flag value, the new value will be ignored. When updating an existing listener, we will clone the socket from the old listener:...
Fix #22560 Signed-off-by: Ryan Northey Commit Message: Additional Description: Risk Level: Testing: Docs Changes: Release Notes: Platform Specific Features: [Optional Runtime guard:] [Optional Fixes #Issue] [Optional Fixes commit #PR or...
Commit Message: upstream: support multiple upstream binding source addresses Additional Description: Currently, the upstream binding config only supports specified one source address https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/address.proto#config-core-v3-bindconfig When using the dual-stack, people have to...
Signed-off-by: James Fish [[email protected]](mailto:[email protected]) Commit Message: Fix URL parsing to handle schemes allowed by RFC 3986 Additional Description: The URI RFC allows schemas to include digits . - + (as...
Signed-off-by: Bence Béky Commit Message: [balsa] Reject invalid characters. Additional Description: Protected by default-false runtime flag. Risk Level: low Testing: //test/common/http/http1:codec_impl_test Docs Changes: n/a Release Notes: n/a Platform Specific Features:...
Signed-off-by: Richard Patel [[email protected]](mailto:[email protected]) Commit Message: oauth2: add "default_expires_in" config option Additional Description: Fixes compatibility with OAuth 2.0 authorization servers that don't provide the "expires_in" property in the token response...
Commit Message: uhv: header validators for H1 and H2 codecs Additional Description: This PR builds off the foundation laid in #21974 to add validators for H1 and H2. H3 and...
Commit Message: uhv: disable oghttp2 header validation when uhv is enabled Additional Description: Disable header validation within oghttp2 when the UHV compiler flag is enabled Risk Level: Low Testing: Docs...
Signed-off-by: He Jie Xu Commit Message: connection handler: correct the handling of listener update Additional Description: This is cherry-pick from https://github.com/envoyproxy/envoy/pull/22622 Risk Level: high Testing: unittest added Docs Changes: n/a...
Commit Message: lua: add stats Additional Description: Currently stats are not available in lua filter, which makes it hard to track/alert for the script errors. This change adds error stat....