Add check so that header is not sent for anonymous users

This commit is contained in:
Andrej Ocenas
2019-03-14 16:33:21 +01:00
parent 6587a967eb
commit 697a87b7b2
7 changed files with 32 additions and 5 deletions
+1 -1
View File
@@ -423,7 +423,7 @@ How long the data proxy should wait before timing out default is 30 (seconds)
### send_user_header
If enabled data proxy will add X-Grafana-User header with username into the request, default is false.
If enabled and user is not anonymous, data proxy will add X-Grafana-User header with username into the request, default is false.
<hr />