aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/plume/secrets.toml
blob: fd67a57781bb4972df086d24ff19a1791b29e216 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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'