mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 23:52:24 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user