fix GF_AUTH_JWT_URL_LOGIN not working (#57689) (#57761)

(cherry picked from commit cae900c6f9)
This commit is contained in:
Jo
2022-10-27 10:44:50 -04:00
committed by GitHub
parent 99f6606285
commit a162fdf32f
+3 -2
View File
@@ -210,10 +210,10 @@ check_for_updates = true
check_for_plugin_updates = true
# Google Analytics universal tracking code, only enabled if you specify an id here
google_analytics_ua_id =
google_analytics_ua_id =
# Google Analytics 4 tracking code, only enabled if you specify an id here
google_analytics_4_id =
google_analytics_4_id =
# Google Tag Manager ID, only enabled if you specify an id here
google_tag_manager_id =
@@ -626,6 +626,7 @@ key_file =
role_attribute_path =
role_attribute_strict = false
auto_sign_up = false
url_login = false
allow_assign_grafana_admin = false
#################################### Auth LDAP ###########################