Guy Daich
Guy Daich
> im a +1 for pluralizing `targetRefs` so multiple `Gateway`s can be targeted , would ideally like to get guidance on this from upstream before implementing this, this is something...
Hi @ShyunnY, thanks for helping with this. This tests creates more connections than allowed by the policy: https://github.com/envoyproxy/gateway/blob/5bc494189bde350e3083f469b188b127d33b1cb3/test/e2e/tests/connection_limit.go#L53 Then, the expectation is that additional requests will fail, due to connection...
Is there potential for a new component to be reused by other envoy control planes (e.g. istio)? If so, it could be beneficial from long-term maintenance perspective... Can we implement...
During the community meeting, the following proposal was raised: - Use K8s resource annotations to store metadata - Support per-route-rule metadata, leveraging `httprouterule.name` introduced in [GEP-995](https://gateway-api.sigs.k8s.io/geps/gep-995/) as a rule id,...
> which Gateway API fields to use as input - K8s meta: Name, Namespace, Kind, Annotations. Only annotations from a specific namespace will be copied (e.g. `gateway.envoyproxy.io/key : value`). -...
note: VHost metadata, which is a reasonable target for GW/Listener metadata, is currently not accessible for access logger/attribute consuming extensions: https://github.com/envoyproxy/envoy/issues/34900. However, it can still be beneficial to annotate Vhosts...
closed with: https://github.com/envoyproxy/gateway/pull/3602
Not sure. At this time, the openssf license validation only checks that a license for the project exists. There's this issue: https://github.com/ossf/scorecard/issues/3840, but if focuses on the license in use...
@shahar-h - there are two options that we discussed in this context: - Making permissive dependency license checks part of the OSSF project - Trying to build a common CNCF...
This was discussed in the community meeting. For the time being, we can proceed with: - Implement an async, non-blocking osv scan workflow action - Create another issue to track...