How to retrieve X-Grafana-User in the Live mode

Hi! I checked the code of the RunStream(ctx context.Context, request *backend.RunStreamRequest, sender *backend.StreamSender) error function but can’t define how to get X-Grafana-User header?
Those headers doesn’t present in the request object and in the sender.
Even if i use the middlewares for the Live stream those middleware skipped and headers setted by middlewares skipped.

Hi @kozlovdmitriyy

you must enable grafana to send that header in your config file. here’s the config key

Hi! Thank you for your reply it is enabled, but header doesn’t appear

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.