Skip to content

Commit

Permalink
Merge pull request sustainable-computing-io#1614 from sthaha/chore-gr…
Browse files Browse the repository at this point in the history
…afana-login

chore(compose/grafana): allow anonymous login with admin role
  • Loading branch information
sthaha authored Jul 16, 2024
2 parents 5b892f3 + ba25a31 commit 4b426d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/compose/monitoring/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ services:
build:
context: ./grafana
environment:
GF_AUTH_ANONYMOUS_ENABLED: "true"
GF_SECURITY_ADMIN_PASSWORD: admin
GF_AUTH_ANONYMOUS_ORG_ROLE: Admin

user: "1000" # NOTE: change this to your `id -u`
depends_on:
Expand Down

0 comments on commit 4b426d6

Please sign in to comment.