From be6ddb08bd5476f86529e45ea5e8a2ff18db3572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 30 Jul 2015 10:37:49 +0200 Subject: [PATCH] docs(): added auth proxy to config docs --- docs/sources/installation/configuration.md | 23 +++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/docs/sources/installation/configuration.md b/docs/sources/installation/configuration.md index e35bd164ba4..d3bd0604dda 100644 --- a/docs/sources/installation/configuration.md +++ b/docs/sources/installation/configuration.md @@ -318,13 +318,13 @@ automatically signed up.
## [auth.basic] -### enable -When enable is `true` (default) the http api will accept basic authentication. +### enabled +When enabled is `true` (default) the http api will accept basic authentication.
## [auth.ldap] -### enable +### enabled Set to `true` to enable ldap integration (default: `false`) ### config_file @@ -334,6 +334,23 @@ Path to the ldap specific configuration file (default: `/etc/grafana/ldap.toml`)
+## [auth.proxy] +This feature allows you to handle authentication in a http reverse proxy. + +### enabled +Defaults to `false` + +### header_name +Defaults to X-WEBAUTH-USER + +#### header_property +Defaults to username but can also be set to email + +### auto_sign_up +Set to `true` to enable auto sign up of users who do not exist in Grafana DB. Defaults to `true`. + +
+ ## [session] ### provider