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:
Rob Gil
2020-01-16 21:40:26 -05:00
parent b9a7efe6ba
commit 55623028df
4 changed files with 183 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
---
- postgres-root-user:
type: 'username'
length: 30
- postgres-root-password:
type: 'password'
length: 30