Skip to content

Commit

Permalink
feat(grafana): enable auto login and disable login form
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Apr 7, 2024
1 parent fa8e4c5 commit 9e87c58
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ spec:
GF_PANELS_DISABLE_SANITIZE_HTML: "true"
GF_DATE_FORMATS_USE_BROWSER_LOCALE: "true"
GF_LOG_LEVEL: info
GF_AUTH_DISABLE_LOGIN_FORM: "true"
GF_AUTH_GENERIC_OAUTH_AUTO_LOGIN: "true"

envFromSecrets:
- name: grafana-env
Expand Down

0 comments on commit 9e87c58

Please sign in to comment.