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 9.5 support #4

Open
kamikaze opened this issue May 25, 2023 · 1 comment
Open

Grafana 9.5 support #4

kamikaze opened this issue May 25, 2023 · 1 comment

Comments

@kamikaze
Copy link

Is dashboard compatible with Grafana 9.5?

@blueswen
Copy link
Owner

The dashboard is working on Grafana 9.5.2 on my Mac when login with admin account as follows:

Dashboard

But it has permission issues when using an anonymous user and you may get Unauthorized error. You can enable the Grafana login form in docker-compose.yaml as follows and login with admin account:

  grafana:
    image: grafana/grafana:9.5.2
    ports:
      - "3000:3000"
    environment:
      GF_AUTH_ANONYMOUS_ENABLED: "true"
      GF_AUTH_ANONYMOUS_ORG_ROLE: "Admin"
      # GF_AUTH_DISABLE_LOGIN_FORM: "true" <=== mark this to enable login form

This issue is related to Grafana itself, but I can't find a document or changelog that mentions this change. This issue may be fixed in the new version later.

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

2 participants