You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think actually headers don't make sense because when Grafana requests assets (JS/CSS files), it will not pass the headers. Cookies are the only viable option.
Your right we don't use the header part so I dont think I tested it properly. Maybe we could change the authorization header to something custom (and configurable)?
We could exclude the static path form the check too what do you think?
Great to hear that, let me know when you publish it so I can link it here. I will see what I can do about the header next week. But yeah if you don't modify the frontend part of grafana, the only way to make it work is with cookies.
It seems to work if I remove the Authorization header
as a quick win, I'd suggest changing the README to suggest not using Authorization as the header.
The text was updated successfully, but these errors were encountered: