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
Is your feature request related to a problem? Please describe.
Non-public grafana dashboards and be opened using service accounts, and static authorization headers.
This avoids having to make the dashboard fully public.
Describe the solution you'd like
A way to add headers to web assets, such as an "Authorization" header.
Describe alternatives you've considered
Public dashboards in Grafana, but these have issues in our setup due to some variables in the datasources
Would you be willing to contribute to this feature?
I'd love to, but not sure how to get started, and setting up a testing environment where i could quickly deploy and debug.
The text was updated successfully, but these errors were encountered:
We already have this support in Screenly, but not in Anthias.
TLDR is that the browser needs to be modified to allow injection of headers. It's technically possible, but would require modifications to how we launch the browser (and possibly new compilation options). @nicomiguelino would probably know in detail.
Is your feature request related to a problem? Please describe.
Non-public grafana dashboards and be opened using service accounts, and static authorization headers.
This avoids having to make the dashboard fully public.
Describe the solution you'd like
A way to add headers to web assets, such as an "Authorization" header.
Describe alternatives you've considered
Public dashboards in Grafana, but these have issues in our setup due to some variables in the datasources
Would you be willing to contribute to this feature?
I'd love to, but not sure how to get started, and setting up a testing environment where i could quickly deploy and debug.
The text was updated successfully, but these errors were encountered: