blob: e61609147173277da5703c1455ffcde35056ffcd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[secrets."garage/rpc_secret"]
type = 'command'
command = 'openssl rand -hex 32'
# can't auto-rotate, because we still have some nodes outside of Nomad
[secrets."garage/admin_token"]
type = 'command'
command = 'openssl rand -hex 32'
rotate = true
[secrets."garage/metrics_token"]
type = 'command'
command = 'openssl rand -hex 32'
rotate = true
|