David Alger

Results 43 comments of David Alger

This came up in the community meeting today. I'm in support of `first match wins` with a default `Deny` design as it preserves an important level of flexibility as described...

You can sorta do this with a fault injection policy: ```yaml apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: name: fault-injection-200 spec: parentRefs: - group: gateway.networking.k8s.io kind: Gateway name: eg rules: - backendRefs:...

+1 on pluralizing `targetRefs`, this would also be useful for targeting multiple `HTTPRoutes` via the same `BackendTrafficPolicy` for example where groups of routes may require different timeouts or circuit breaker...

@arkodg @zirain my apologies on the silent fading into the background on my part. I changed employers last month and have been unable to get back to it and pay...

@vrann The environment variable check is not an option, it's the cloud forcing a different behavior on ECE users. The configuration I noted in the ticket description is however an...

@rmsundar1 I'm not sure why you can't see the change. I submitted the PR by editing the file on Github I believe (I don't have a fork of this repo,...