mirror of
https://github.com/nmasur/dotfiles
synced 2026-09-08 14:46:08 +00:00
fix(grafana): allow oauth email lookup to match existing user
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user