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

Grafana: better example for gsuite secret location

parent 60cf3e17
No related branches found
No related tags found
3 merge requests!140Merge staging into production,!122Merge develop into staging,!120Add GSuite SSO to Grafana
Pipeline #861 passed
...@@ -49,7 +49,7 @@ in { ...@@ -49,7 +49,7 @@ in {
}; };
googleOAuthClientSecretFile = lib.mkOption googleOAuthClientSecretFile = lib.mkOption
{ type = lib.types.path; { type = lib.types.path;
example = lib.literalExample "\${privKeyPath}/grafana-gsuite-client-secret"; example = lib.literalExample "/var/secret/monitoring-gsuite-client-secret";
default = /run/keys/grafana-google-sso.secret; default = /run/keys/grafana-google-sso.secret;
description = "The path to the GSuite SSO secret file."; description = "The path to the GSuite SSO secret file.";
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment