aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/plume/secrets.toml
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2023-05-16 13:38:07 +0000
committerAlex <alex@adnab.me>2023-05-16 13:38:07 +0000
commit8a75be4d43fb83de2737c18a314e2602c775f193 (patch)
tree9ffa4130941cd57138e26eb49e5ce3b67e5967ef /cluster/prod/app/plume/secrets.toml
parent4ca45cf1d4ea44778501d9da640c156d842e539e (diff)
parent560486bc50f5298d91706604339513f6840a2a18 (diff)
downloadnixcfg-8a75be4d43fb83de2737c18a314e2602c775f193.tar.gz
nixcfg-8a75be4d43fb83de2737c18a314e2602c775f193.zip
Merge pull request 'prod: Plume with S3 storage backend' (#13) from plume-s3 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/nixcfg/pulls/13
Diffstat (limited to 'cluster/prod/app/plume/secrets.toml')
-rw-r--r--cluster/prod/app/plume/secrets.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/cluster/prod/app/plume/secrets.toml b/cluster/prod/app/plume/secrets.toml
index 4d68a5c..fd67a57 100644
--- a/cluster/prod/app/plume/secrets.toml
+++ b/cluster/prod/app/plume/secrets.toml
@@ -1,10 +1,15 @@
[service_user."plume"]
password_secret = "plume/pgsql_pw"
-
[secrets."plume/secret_key"]
type = 'command'
rotate = true
command = 'openssl rand -base64 32'
+[secrets."plume/s3_access_key"]
+type = 'user'
+description = 'S3 access key ID for database and media storage'
+[secrets."plume/s3_secret_key"]
+type = 'user'
+description = 'S3 secret key for database and media storage'