Skip to content

Commit 6189582

Browse files
committed
chore(grafana): oauth auto login
1 parent 31eb86e commit 6189582

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

grafana/rootfs/usr/share/grafana/grafana.ini.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ auto_assign_org_role = {{ default "Viewer" .AUTO_ASSIGN_ORG_ROLE }}
165165

166166
# Background text for the user field on the login page
167167
login_hint = {{ default "email or username" .LOGIN_HINT }}
168+
#################################### Auth ####################################
169+
[auth]
170+
oauth_auto_login = true
168171

169172
#################################### Anonymous Auth ##########################
170173
[auth.anonymous]

0 commit comments

Comments
 (0)