Im trying to set the cors policty to allow all, a very common setting but it seems impossible to set on Istio, anyone has a solution to this?.
Ive tried setting
headers:
response:
set:
Access-Control-Allow-Origin: "*"
as well as
corsPolicy:
allowOrigin:
- "*"
Any help would be greatly appriciated