Merge pull request #13992 from grafana/auth_proxy_headers_default

add auth.proxy headers to default.ini
pull/13999/head
Torkel Ödegaard 7 years ago committed by GitHub
commit 7de07eb096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      conf/defaults.ini
  2. 1
      conf/sample.ini

@ -344,6 +344,7 @@ header_property = username
auto_sign_up = true
ldap_sync_ttl = 60
whitelist =
headers =
#################################### Auth LDAP ###########################
[auth.ldap]

@ -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]

Loading…
Cancel
Save