Skip to content

Commit

Permalink
enable anonymous login
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Sep 26, 2024
1 parent 19cdbe3 commit 5f86f59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/run-grafana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@

source ./logging.sh

export GF_AUTH_ANONYMOUS_ENABLED=true
export GF_AUTH_ANONYMOUS_ORG_ROLE=Admin

cd ./grafana
run_with_logging "Grafana ${GRAFANA_VERSION}" "${ENABLE_LOGS_GRAFANA:-false}" ./bin/grafana server

0 comments on commit 5f86f59

Please sign in to comment.