Lior Okman

Results 66 comments of Lior Okman
trafficstars

I ended up implementing both the plural `targetRefs` and a `targetSelector`.

So what you're looking for is to update the [EnvoyGatewayExtension](https://github.com/envoyproxy/gateway/blob/main/proto/extension/service.proto#L20) interface and add an additional method? Something like: ```protobuf service EnvoyGatewayExtension { rpc PostRouteModify (PostRouteModifyRequest) returns (PostRouteModifyResponse) {}; rpc PostVirtualHostModify(PostVirtualHostModifyRequest)...

@AliceProxy @arkodg @guydc PTAL