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.