We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0d282 commit b3b43e9Copy full SHA for b3b43e9
tutorials/vault_api_get_secrets.sh
@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+
3
+execute=$(curl -H "X-Vault-Token: ${VAULT_TOKEN}" -X GET ${VAULT_URL})
4
5
+echo $execute
0 commit comments