Guy Daich
Guy Daich
/retest
/retest
/retest
While working on #2725 I noticed that the default envoy max_retry limit is quite low (3) leading to retry overflow when there is a [significant amount of requests](https://github.com/envoyproxy/gateway/actions/runs/8118438104/job/22194033455?pr=2725#step:6:1611) to a...
Should this PR also include some work in the infrastructure controller?
Also consider testing additional variants of this feature, such as: - Optional client certificate validation - XFCC behavior and format
In yesterday's community meeting, @arkodg raised the following requirements: - Users may need to attach multiple policies in order to configure multiple extension filters (a common use case for WASM,...
Incorporated points from the discussion in today's community meeting: - Filter Ordering in `EnvoyProxy` - Disablement of Extensibility by default, enablement in `EnvoyGateway` - Remove distinction between HTTP/Network in the...
> Should the spec support defining extensions as a list? +1 I think that's a reasonable ask, when considering that we allow something similar with envoy patches and it is...
To make things a bit simpler, I removed ext-proc from this PR. After the top-level resource is added, @zhaohuabing and I can work on ext-proc/wasm in parallel.