blob: 26ecd5eb8ce4c1c31cf476c1462f60f528bbadfa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[secrets."garage-staging/admin_token"]
type = 'command'
rotate = true
command = 'openssl rand -hex 32'
[secrets."garage-staging/rpc_secret"]
type = 'command'
rotate = true
command = 'openssl rand -hex 32'
[secrets."garage-staging/metrics_token"]
type = 'command'
rotate = true
command = 'openssl rand -hex 32'
|