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

16 lines
313 B
TOML

[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'