raintank / raintank-docker

raintank docker images and dev stack DEPRECATED / UNMAINTAINED
https://blog.raintank.io/docker-based-development-environment/
16 stars 4 forks source link

"fake grafana.net authentication" #75

Open Dieterbe opened 8 years ago

Dieterbe commented 8 years ago

currently we still talk to grafana.net for a few things. i get often confronted with:

1) authenticating worldping plugin, though you can use changeme and auth as master org 2) anything that talks to tsdb-gw authenticates with a gnet key (carbon-relay-ng and fakemetrics)

for the 2nd case, i often want to test with a key, but my data then ends up being stored as whatever orgid i have assigned in gnet. so i can't see the data through the raintank datasource that the WP plugin creates.

so maybe we should have a small "fake grafana.net" in a container that can serve as authentication service, and will authenticate as a user/org that we can choose?