Skip to content
Snippets Groups Projects
Commit e41dcb9e authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

move all of the secrets onto transient (tmpfs) storage

parent 754f8d2d
Branches
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
secrets = {
"ristretto-signing-key" = {
source = ristrettoSigningKeyPath;
destination = "/var/secrets/ristretto.signing-key";
destination = "/run/keys/ristretto.signing-key";
owner.user = "root";
owner.group = "root";
permissions = "0400";
......@@ -23,7 +23,7 @@
};
"stripe-secret-key" = {
source = stripeSecretKeyPath;
destination = "/var/secrets/stripe.secret-key";
destination = "/run/keys/stripe.secret-key";
owner.user = "root";
owner.group = "root";
permissions = "0400";
......
......@@ -19,7 +19,7 @@
secrets = {
"ristretto-signing-key" = {
source = ristrettoSigningKeyPath;
destination = "/var/secrets/ristretto.signing-key";
destination = "/run/keys/ristretto.signing-key";
owner.user = "root";
owner.group = "root";
permissions = "0400";
......
......@@ -6,7 +6,7 @@
secrets = {
"ristretto-signing-key" = {
source = ristrettoSigningKeyPath;
destination = "/var/secrets/ristretto.signing-key";
destination = "/run/keys/ristretto.signing-key";
owner.user = "root";
owner.group = "root";
permissions = "0400";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment