Skip to content
Snippets Groups Projects
Commit 8af80ee5 authored by Florian Sesser's avatar Florian Sesser
Browse files

Tryfix Grafana Google Auth

parent 9b0fd232
No related branches found
No related tags found
2 merge requests!387Upgrade to NixOS 22.11,!384update production
Pipeline #3303 failed
......@@ -119,7 +119,7 @@ in {
# Grafana considers it "sign up" to let in a user it has
# never seen before.
allow_sign_up = true;
client_secret_file = cfg.googleOAuthClientSecretFile;
client_secret = "$__file{${toString cfg.googleOAuthClientSecretFile}}";
client_id = cfg.googleOAuthClientID;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment