This file contains hidden or 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
| ### Keybase proof | |
| I hereby claim: | |
| * I am micahlmartin on github. | |
| * I am micahlmartin (https://keybase.io/micahlmartin) on keybase. | |
| * I have a public key ASCRkVx-_BwtsLOOjlA0qZuGh3Hoppdmkxm-Fh0dDQ5oOQo | |
| To claim this, I am signing this object: |
This file contains hidden or 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
| #!/bin/bash | |
| set -eo pipefail | |
| getSecret() { | |
| path="$1" | |
| vault kv get --format=json $path | jq '.data.data' | |
| } | |
| log_debug() { | |
| local message="$1" |
OlderNewer