bookingcom / carbonapi

High-performance Graphite frontend in Go
Other
81 stars 23 forks source link

carbonapi: allow to configure CORS options #259

Open avereha opened 4 years ago

avereha commented 4 years ago

I'm particularly interested in :

https://github.com/gorilla/handlers/blob/master/cors.go#L193

We seem to use the CORS middleware:

https://github.com/bookingcom/carbonapi/blob/master/app/carbonapi/app.go#L107

But we do not allow configuring it.

haseth commented 4 years ago

Is anyone working ? Or can I pick it up? @avereha @azhiltsov

avereha commented 4 years ago

No one is working on it, feel free to pick it up.