feat (service): add 2FA and FIDO support to grafana

This commit is contained in:
thomasabishop 2025-03-09 18:33:24 +00:00
parent 62dec7f6f7
commit aa24d2e96e

View file

@ -40,6 +40,8 @@ services:
environment:
- GF_SECURITY_ADMIN_PASSWORD=${GRAFANA_PASSWORD}
- GF_USERS_ALLOW_SIGN_UP=false
- GF_AUTH_MULTI_FACTOR_AUTHENTICATION_ENABLED=true
- GF_AUTH_MULTI_FACTOR_WEBAUTHN_ENABLED=true
ports:
- "3000:3000" # For local testing; remove in production with nginx
networks: