Created
September 30, 2016 11:01
-
-
Save skarnecki/55fd205bf38f49a3fd719d41ee529518 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
{{with $secret := secret "secret/vaultpoc/mysql" }} | |
"user": "{{$secret.Data.user}}", | |
"password": "{{$secret.Data.password}}", | |
"host": "{{$secret.Data.host}}", | |
{{end}} | |
"dns": "{{key "vaultpoc/dns"}}", | |
"debug": "{{key "vaultpoc/debug"}}" | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment