Merge pull request #13992 from grafana/auth_proxy_headers_default

add auth.proxy headers to default.ini
This commit is contained in:
Torkel Ödegaard
2018-11-08 08:57:33 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -344,6 +344,7 @@ header_property = username
auto_sign_up = true
ldap_sync_ttl = 60
whitelist =
headers =
#################################### Auth LDAP ###########################
[auth.ldap]
+1
View File
@@ -294,6 +294,7 @@ log_queries =
;auto_sign_up = true
;ldap_sync_ttl = 60
;whitelist = 192.168.1.1, 192.168.2.1
;headers = Email:X-User-Email, Name:X-User-Name
#################################### Basic Auth ##########################
[auth.basic]