Steve Kriss
Steve Kriss
I can work on getting the Gateway API conformance tests running in CI so as soon as we have something integrated, we can start running tests against it. I'll file...
Large blockers for getting Gateway API conformance tests to run: - [x] https://github.com/envoyproxy/gateway/issues/330 (conformance uses the address in Gateway.Status.Addresses to send HTTP requests; we need to set this to the...
I've got much of this ready, but blocked for now until we have a functioning binary & YAML manifest.
Still to do: - add CI steps that run conformance - when running for a PR, use the container image built for the PR rather than the default `envoyproxy/gateway-dev:latest`
I'm not an expert here, but perhaps something like the following is sufficient? Would be much easier than having to do things file-by-file. https://infra.apache.org/licensing-howto.html#example-notice https://github.com/apache/httpd/blob/trunk/NOTICE
Also reading https://github.com/cncf/foundation/blob/main/license-notices.md which was linked from #134, which has some guidance (unfortunately it's more file-by-file).
> /remove-lifecycle stale > > @skriss, @sunjayBhatia, is there further work outstanding here? HTTP method matching can be checked off in the list up top. Beyond that, I think some...
@wilsonwu I'm going to add this to the 1.26 milestone for now and will plan to look at it after 1.25 is released at the end of this month.
@pratiklotia have you looked at https://projectcontour.io/docs/1.25/config/ip-filtering/? This uses the HTTP RBAC filter.
> Hi team, > > Any update on adding weights to mirroring config, similar to how Envoy supports runtime fraction. If yes, any reference doc would be helpful. @nageshs28 there...