Adds a secrets generator and loader
secrets-tool now has a feature to both generate secrets as well as load the generated secrets in to KeyVault.
This commit is contained in:
7
terraform/secrets-tool/sample-secrets.yaml
Normal file
7
terraform/secrets-tool/sample-secrets.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- postgres-root-user:
|
||||
type: 'username'
|
||||
length: 30
|
||||
- postgres-root-password:
|
||||
type: 'password'
|
||||
length: 30
|
Reference in New Issue
Block a user