Skip to content

Adding cors feature for virtual service

Arturo Hernandez [EPAM] requested to merge ah/istio-cors-community into master
  • Cors feature it is already onboarded in azure/m1*-master branches
  • Cross Origin feature will allow to receive communications from different origin website/host (such as adminui use-case when installed outside of the appgw LB).
    • AdminUi will require this feature if it is installed in a different host.
    • Any other application which uses external host will require this feature (Mostly for webui applications).
  • DISABLED by default to avoid unexpected behavior on brownfield environments, No downtime expected

More information about cors:

Edited by Arturo Hernandez [EPAM]

Merge request reports