Commit 32fcc9db authored by Nikulin Arsenii Anatolievich's avatar Nikulin Arsenii Anatolievich
Browse files

Add new file

parent 6d79b0ba
No related merge requests found
Pipeline #3 passed with stage
in 7 seconds
Showing with 11 additions and 0 deletions
test-vault-access:
image: 192.168.88.130:8083/vault:1.13.3
tags: ["nova-160"]
when: manual
script:
- export VAULT_ADDR="http://192.168.88.220:8200"
- export VAULT_TOKEN="$(vault write -field=token auth/devops_backend/login role=sandbox jwt=$CI_JOB_JWT)"
- export PASSWORD="$(vault kv get -field=test-pass sandbox/test-secret-path)"
- echo $PASSWORD
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment