vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Add CORS support to the istio based API gateway #678

Open berndtj opened 6 years ago

berndtj commented 6 years ago

Feature Request

Detailed Description

The API gateway should be configurable to allow CORS support on endpoints. This should be supported by the istio virtualservice which is used to define the route.

Context

Possible Implementation

Complexity