secrets-tool now has a feature to both generate secrets as well as load the generated secrets in to KeyVault.
8 lines
126 B
YAML
8 lines
126 B
YAML
---
|
|
- postgres-root-user:
|
|
type: 'username'
|
|
length: 30
|
|
- postgres-root-password:
|
|
type: 'password'
|
|
length: 30
|