cloudspout / cloudspout-button-panel

Grafana panel to integrate with any kind of HTTP/REST API
MIT License
50 stars 35 forks source link

is there a way to temporarily disable CORS for testing? #92

Open christophertjones123 opened 1 year ago

christophertjones123 commented 1 year ago

I would like to disable CORS for testing purposes temporarily. Is that currently available? the way the README reads is that CORS is only enabled for basic auth but it seems like even if you are doing any kind of auth it will try and use CORS.

fercasjr commented 1 year ago

yes. there is a bug at least on the Grafana released version. you can fix it, but Grafana won't let you run it because of the signature so you will need enable debug mode and allow to run plugins without signatures.