Merge pull request #15998 from grafana/add-grafana-user-proxy-header

Add custom header with grafana user when using proxy
This commit is contained in:
Andrej Ocenas
2019-03-14 17:29:06 +01:00
committed by GitHub
10 changed files with 172 additions and 20 deletions

View File

@ -411,6 +411,22 @@ How long sessions lasts in seconds. Defaults to `86400` (24 hours).
<hr />
## [dataproxy]
### logging
This enables data proxy logging, default is false.
### timeout
How long the data proxy should wait before timing out default is 30 (seconds)
### send_user_header
If enabled and user is not anonymous, data proxy will add X-Grafana-User header with username into the request, default is false.
<hr />
## [analytics]
### reporting_enabled