aboutsummaryrefslogtreecommitdiff
path: root/cluster/staging/app/plume/secrets.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/staging/app/plume/secrets.toml')
-rw-r--r--cluster/staging/app/plume/secrets.toml10
1 files changed, 6 insertions, 4 deletions
diff --git a/cluster/staging/app/plume/secrets.toml b/cluster/staging/app/plume/secrets.toml
index 4d68a5c..e61eb4e 100644
--- a/cluster/staging/app/plume/secrets.toml
+++ b/cluster/staging/app/plume/secrets.toml
@@ -1,10 +1,12 @@
-[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'