Arko Dasgupta
Arko Dasgupta
> > > As discussed in today's meeting, I prefer to remove the `EnvoyGatewayCustomProvider` and add a flat `EnvoyGatewayFileProvider`(or a better name). > > > > > > Custom is...
> Do we plan on releasing this in v1.1.0 ? > > cc @arkodg yeah I'm a +1 for this, prioritizing other PRs right now, will get to this one...
blocked on https://github.com/envoyproxy/gateway/issues/3041
> Do we need to validate that we don't have cycles like: > > ``` > spec: > filterOrder: > - name: envoy.filters.http.jwt_authn > before: envoy.filters.http.cors > - name: envoy.filters.http.cors...
thanks for sharing the links @shaneutt, the intent is similar (sending traffic to a backup backend), but that intent needs to be defined at the `backendRef` level rather than the...
sidenote - if `priority` as a noun is hard to comprehend, another option is to add a `defaultBackendRef` or `backupBackendRef` (which reduces optionality to 2 priorities instead of N priorities)
happy to pick this one up @shaneutt and raise a GEP
being discussed in https://github.com/kubernetes-sigs/gateway-api/discussions/2304
hey @michaelbeaumont, for my understanding, is this PR is trying to solve ? ``` Listener Protocol: TLS TLS Mode: Terminate Route Type: TCPRoute ``` https://gateway-api.sigs.k8s.io/guides/tls/#clientserver-and-tls afaik this should be supported...
got it makes sense, thanks for clarifying ! is there a way to modify the TCP Listener IR w/o affecting the HTTP Listener IR structure and achieving the same goal...