zerobase-io / smart-tracing-api

Backend/DB/API repository for the Zerobase platform
Apache License 2.0
6 stars 9 forks source link

CORS #26

Closed miketitchen closed 4 years ago

miketitchen commented 4 years ago

Right now, we allow all origins in our CORS filter. For security reasons, we should restrict that. Based on discussion with the infrastructure team, we want to restrict it to environment specfic urls.

This will need to be a config setting, controlled by an environment variable defined in CloudFormation