Comment on Grafana Labs raises $24MparentComments−Florin_Andrei6yGuys, you need to allow true public / anonymous access to dashboards.Currently there's no way to access dashboards unless you have an account on Grafana. There's no way to share dashboards with the public.−netingleOP6yDo the anonymous auth settings achieve this? https://grafana.com/docs/auth/overview/#anonymous-authentica...−Florin_Andrei6yBut that's global, isn't it? It applies to all dashboards, all or nothing. I need something that can be assigned per dashboard.−remram6yIf you're using the Docker image (grafana/grafana), GF_AUTH_ANONYMOUS_ENABLED=true
Comments
Guys, you need to allow true public / anonymous access to dashboards.
Currently there's no way to access dashboards unless you have an account on Grafana. There's no way to share dashboards with the public.
Do the anonymous auth settings achieve this? https://grafana.com/docs/auth/overview/#anonymous-authentica...
But that's global, isn't it? It applies to all dashboards, all or nothing. I need something that can be assigned per dashboard.
If you're using the Docker image (grafana/grafana), GF_AUTH_ANONYMOUS_ENABLED=true