How to set up Grafana so that no password is necessary to view dashboards

后端 未结 5 906
日久生厌
日久生厌 2021-01-31 02:13

Despite these settings, Grafana still requires the use of a password to view Dashboards. Can someone please help me with the correct settings?

[auth.anonymous]
#         


        
5条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-31 02:17

    I had this issue, but the root cause in my case was a tiny mistake. I checked the grafana.log file and found that:

    "2016/02/12 09:24:57 [middleware.go:62 initContextWithAnonymousUser()] [E] Anonymous access organization error: 'Anonymous Org.': Organization not found"

    I changed the org_name in grafana.ini, and after restarting Grafana, things worked well as I intended.

    I recommend you check your grafana.log file to see what's wrong with your configuration.

提交回复
热议问题