|
@@ -318,13 +318,13 @@ automatically signed up.
|
|
|
<hr>
|
|
<hr>
|
|
|
|
|
|
|
|
## [auth.basic]
|
|
## [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.
|
|
|
|
|
|
|
|
<hr>
|
|
<hr>
|
|
|
|
|
|
|
|
## [auth.ldap]
|
|
## [auth.ldap]
|
|
|
-### enable
|
|
|
|
|
|
|
+### enabled
|
|
|
Set to `true` to enable ldap integration (default: `false`)
|
|
Set to `true` to enable ldap integration (default: `false`)
|
|
|
|
|
|
|
|
### config_file
|
|
### config_file
|
|
@@ -334,6 +334,23 @@ Path to the ldap specific configuration file (default: `/etc/grafana/ldap.toml`)
|
|
|
|
|
|
|
|
<hr>
|
|
<hr>
|
|
|
|
|
|
|
|
|
|
+## [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`.
|
|
|
|
|
+
|
|
|
|
|
+<hr>
|
|
|
|
|
+
|
|
|
## [session]
|
|
## [session]
|
|
|
|
|
|
|
|
### provider
|
|
### provider
|