Grafana开启匿名登录
要为匿名用户设置登录,需要 grafana.ini在文件中进行配置。
如果要隐藏登录页面,请执行此配置
[auth]
# Set to true to disable (hide) the login form, useful if you use OAuth
# disable_login_form = false
disable_login_form = true
# 更改disable_login_form到true
启用匿名访问
[auth.anonymous]
# enable anonymous access
enabled = true
指定组织
# specify organization name that should be used for unauthenticated users
org_name = YOUR_ORG_NAME_HERE
# 使用admin登录进去之后,修改了组织的名称, 保存,就OK了
# 组织角色Viewer和Editor
# specify role for unauthenticated users
org_role = Editor
作者:一毛
本博客所有文章仅用于学习、研究和交流目的,欢迎非商业性质转载。
不管遇到了什么烦心事,都不要自己为难自己;无论今天发生多么糟糕的事,都不应该感到悲伤。记住一句话:越努力,越幸运。