aboutsummaryrefslogtreecommitdiff
path: root/cluster/staging/app/dummy/secrets.toml
blob: 378ec4678042d2d039e3aad2015f2dcaadb30a73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[service_users."dummy"]
description = 'Service user for dummy database access'
username_secret = "dummy/db_username"
password_secret = "dummy/db_password"
rotate_password = true

[secrets."dummy/s3_access_key"]
type = 'user'
description = 'S3 access key ID for database storage'

[secrets."dummy/s3_secret_key"]
description = 'S3 secret key for database storage'
type = 'user'

[secrets."dummy/public_domain"]
description = 'Publicly accessible domain for dummy resource'
type = 'user'

[secrets."dummy/form_secret"]
description = 'Form secret for dummy web pages'
type = 'command'
command = 'openssl rand -base64 42'
rotate = true

[secrets."dummy/signing_key"]
description = 'Key to use to sign dummy service data'
type = 'command'
command = 'openssl rand -base64 42'

[secrets."dummy/rpc_secret"]
description = 'RPC secret for communication between dummy nodes'
type = 'command'
command = 'openssl rand -base64 42'
rotate = true