Skip to content

Commit

Permalink
Adds login
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Sep 13, 2024
1 parent 57b4821 commit 2a20146
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
export VAULT_ADDR=http://127.0.0.1:8200
echo "vault status"
vault status
echo "login to vault"
vault login token=vault-plaintext-root-token
vault status
export MYKEY=$(vault kv get -field=MY_PASSWORD /secrets/my-secrets)
echo $MKEY

0 comments on commit 2a20146

Please sign in to comment.