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]
#
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.