envoy
envoy copied to clipboard
Cloud-native high-performance edge/middle/service proxy
Package Name: [email protected] Current Version: 0.3.1@2022-04-26 Available Version: 0.9.0@2022-08-08 Upstream releases: https://github.com/bazelbuild/rules_rust/releases
Test
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 SHA] [Optional Deprecated:] [Optional [API...
*Title*: *export discoveryReq/Resp resource count, payload size metrics to help understand network bandwidth cost of control plane.* *Description*: export discoveryReq/Resp resource count, payload size metrics to help understand network bandwidth...
Istio use ` "regex": "(response_code=\\.=(.+?);\\.;)|_rq(_(\\.d{3}))$"` for response_code stats tag, [here](https://github.com/istio/istio/blob/f0bb371da14af5229cd297c76fc7145771aec6db/tools/packaging/common/envoy_bootstrap.json#L48) is the source code. ## step 1 I test with the following stats, which work as expected: ```yaml stats_config: use_all_default_tags:...
[WIP] filter manager: fix bug with double continue on data after `inject*DataToFilterChain()` call
## DO NOT SUBMIT Still broken. I commented out my attempted fix for now. ## DO NOT SUBMIT Commit Message: filter manager: fix bug with double continue on data after...
*Title*: *http inspector filter is not filling `server_name` which prevent from using it in conjunction with `filter_chain_match`* *Description*: >When using the HTTP inspector listener filter, the `server_name` is not filled...
*Title*: debug assertion failure: `assert failure: isIdleImpl()` *Description*: In our CI with debug builds, we are regularly seeing this assertion failure. ``` 2022-08-04T22:11:20.554576Z critical envoy assert assert failure: isIdleImpl(). 2022-08-04T22:11:20.554714Z...
*Description*: The question is envoy capable to forward udp traffic as tcp traffic? My specific use case is that I'd need to implement DNSOverTLs using envoy. This means, for example,...
Signed-off-by: Ryan Northey Commit Message: configs: Fix default config Additional Description: rather than proxying to the envoy website which often responds with a redirect this updates the default config to...
**Description**: I have a situation where I need to retry requests if the request to the upstream host has been enforced by a local rate limiter. I use the following...