Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grafana instance behind basic auth not working #149

Closed
bperun123 opened this issue Oct 9, 2024 · 1 comment
Closed

Grafana instance behind basic auth not working #149

bperun123 opened this issue Oct 9, 2024 · 1 comment

Comments

@bperun123
Copy link

First of all: Thanks for this great grafana addon. Really cool stuff!

Atm I have an issue with a self-hosted Grafana instance where the users authenticate with basic auth.

I have the following setup:
[Traefik route with basic auth] -> [Grafana instance]

Following results

--- Attempt with username and password ---
./grafana-kiosk.darwin.arm64 --URL https://grafana.page.com/d/edvbq2f8p4c8we/f09fa496-my-dashboard --login-method local --username tech-user --password mypasswd --kiosk-mode tv

Result: panic: page load error net::ERR_INVALID_AUTH_CREDENTIALS

--- Attempt with username and password also at URL ---
./grafana-kiosk.darwin.arm64 --URL https://tech-user:[email protected]/d/edvbq2f8p4c8we/f09fa496-my-dashboard --login-method local --username tech-user --password mypasswd --kiosk-mode tv

Result: Image

--- Attempt when I remove basic auth from Traefik ---
Everythings works fine

Do you have an idea how to make it work with Basic Auth authenticated users?

Thanks in advance!!

@bperun123
Copy link
Author

Sry, I have only just seen this pull request: #144

I close this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant