Hi all,
Is it possible to run an EnvoyFilter (http wasm filter) before VirtualService?
The idea is call (on labeled VirtualService) the EnvoyFilter that add some RequestHeaders and then the VirtualService will match and route the request to specific destination host
follow the image below.
Thanks