fix(grafana): allow oauth email lookup to match existing user

This commit is contained in:
Noah Masur
2026-09-06 18:04:46 +00:00
parent ca1343f593
commit 2a3cbfb5f5
3 changed files with 23 additions and 12 deletions
@@ -56,6 +56,9 @@ in
enable = true;
settings = {
security.secret_key = "$__file{${config.secrets.grafana-secret-key.dest}}";
auth = {
oauth_allow_insecure_email_lookup = true;
};
server = {
domain = hostnames.metrics;
http_addr = "127.0.0.1";