Skip to content

Commit b3b43e9

Browse files
committed
added
1 parent 1e0d282 commit b3b43e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tutorials/vault_api_get_secrets.sh

+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)