nixcfg/cluster/staging/app/garage/secrets.toml

16 lines
313 B
TOML
Raw Normal View History

2022-12-25 20:03:16 +00:00
[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'