Skip to content

Commit

Permalink
Disable auth form on Grafana example
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Nov 12, 2024
1 parent 114a802 commit c153cce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ services:
ports:
- 3000:3000
environment:
GF_AUTH_DISABLE_LOGIN_FORM: "true"
GF_AUTH_GENERIC_OAUTH_ENABLED: "true"
GF_AUTH_GENERIC_OAUTH_ALLOW_SIGN_UP: "true"
GF_AUTH_GENERIC_OAUTH_AUTO_LOGIN: "false"
Expand Down

0 comments on commit c153cce

Please sign in to comment.