grafana匿名登陆

grafana匿名登陆

https://grafana.com/docs/grafana/latest/auth/overview/#anonymous-authentication

配置如下

[auth]
disable_login_form = true

[auth.anonymous]
enabled = true

# 匿名权限相关配置
org_role = Editor