Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Auto login to grafana from Web application using credentials or token

I have web application and from that web application I want to open grafana dashboard into an iframe. But I want to auto login to grafana and show the dashboard. So i will achieve it using credentials or authorization header if possible. Is there any other way to do this.

like image 531
pbhle Avatar asked Oct 29 '22 04:10

pbhle


1 Answers

I'm working on something similar at the moment.

Implementing a clean solution is being discussed in the following Github issue: https://github.com/grafana/grafana/issues/3752, which does suggest some workarounds.

like image 192
Mark Laagland Avatar answered Nov 11 '22 16:11

Mark Laagland