simPod / GrafanaJsonDatasource

Grafana datasource to load JSON data over your arbitrary HTTP backend
https://grafana.com/grafana/plugins/simpod-json-datasource/
MIT License
351 stars 72 forks source link

Basic Auth support #134

Closed Dhana-Krishnasamy closed 3 years ago

Dhana-Krishnasamy commented 3 years ago

Is there a basic auth support for the api endpoint? I see that browser keeps prompting for user name even though I have configured the plugin with the correct credentials. The base plugin seems to support it. https://github.com/grafana/simple-json-datasource/issues/65

image

simPod commented 3 years ago

We inherit config from Grafana https://github.com/simPod/GrafanaJsonDatasource/blob/master/src/ConfigEditor.tsx so there's no control over it here.

The simple json datasource is outdated, I don't know anything about it TBH.