Ingwon Song
Ingwon Song
This PR proposes to add a match scheme "TrafficSelector" to WasmPlugin for passing more specific traffic to Wasm module. Currently, there is no way to select the traffic by its...
Fixes: https://github.com/istio/istio/issues/35833 (to avoid breaking change, 15004 port is still supported in this PR) The changes are as follows: - `tap service` (previously only using 15004 port) is served on...
Signed-off-by: Ingwon Song Fixes https://github.com/envoyproxy/envoy/issues/11986