-
Envoy reverse Connections: Communicate with downstream envoy behind a private network.
*Description*:
This is a design proposal for using envoy proxy to access downstream services in a private …
-
### Do you have a suggestion for code improvement or tracking existing technical debt? Please describe.
Opencensus has been marked as deprecated for a while and it’s disabled by default in envoy 1.31…
-
such as
- insights into code that need not be compiled with sanitizers, e.g. https://blog.envoyproxy.io/a-stroll-down-fuzzer-optimisation-lane-and-why-instrumentation-policies-matter-f0012ec260b3
-…
-
as descrbied here: https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/load_balancing/load_balancers#weighted-least-request
```java
public interface EndpointSelectionStrategy {
…
-
Previous discussions: [mailing list](https://groups.google.com/g/envoy-dev/c/d6LyDJyqF58) and [PR](https://github.com/envoyproxy/envoy/pull/14655).
As requested, a [google doc](https://docs.google.…
-
We added a grpc debug endpoint https://github.com/envoyproxy/xds-relay/blob/1e1deb75d8bf4e35d0283d384a0f13ff31020a63/internal/app/server/server.go#L182
This should be made configurable in case it h…
-
**Describe the bug**
Today there is no support to set `include_body.pack_as_bytes` on AuthService. This is blocking me from configure Envoy with `with_request_body.pack_as_bytes` to send raw body to …
-
### Describe your problem(s)
In some cases, some endpoints are fronted with a proxy. Router should be able to use proxy credentials and route to endpoints.
### Describe your solution
### How …
-
Two concerns:
* llhttp (http-parser replacement) does not have a URL parser: https://github.com/nodejs/llhttp/issues/7. Derek brought up this concern in that issue.
* The fewer different URL parsin…
asraa updated
3 years ago
-
**To Reproduce**
Set a retry policy in a mapping like this:
```
retry_policy:
retry_on: "reset"
```
The CRD validation will fail with
```Unsupported value: "reset": supported val…