envoy icon indicating copy to clipboard operation
envoy copied to clipboard

Cloud-native high-performance edge/middle/service proxy

Results 1146 envoy issues
Sort by recently updated
recently updated
newest added

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:...

bug
area/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...

deps

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...

waiting
api

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...

stale
waiting

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...

waiting
api

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...

waiting

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....

waiting
api