https://github.com/codefresh-io/cf-vault-client
Just to demonstrate CF App interactions with HashiCorp Vault
https://github.com/codefresh-io/cf-vault-client
Last synced: 8 months ago
JSON representation
Just to demonstrate CF App interactions with HashiCorp Vault
- Host: GitHub
- URL: https://github.com/codefresh-io/cf-vault-client
- Owner: codefresh-io
- Created: 2018-06-11T16:04:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T17:36:59.000Z (almost 4 years ago)
- Last Synced: 2025-04-25T14:59:43.784Z (about 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cf-vault-client
Just to demonstrate CF App interactions with HashiCorp Vault
### It is necessary when creating CF pipeline:
* Define two environment variables:
- VAULT_ADDR - An URL to your Vault, ex. VAULT_ADDR="https://macchiato.codefresh.io:8200"
- ROOT_TOKEN - we need to authenticate to interact with Vault
* Adjust path to YAML file where steps of a workflow defined, aka `./pipelines/run-client.yml`