An open API service indexing awesome lists of open source software.

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

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`