Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

when using Vault as k/v the workflow process fails #37

Open
olafmol opened this issue Nov 21, 2017 · 0 comments
Open

when using Vault as k/v the workflow process fails #37

olafmol opened this issue Nov 21, 2017 · 0 comments
Assignees
Labels

Comments

@olafmol
Copy link
Member

olafmol commented Nov 21, 2017

we now use "injected" vault auth tokens for workflows, and if this is done we need to set the auth type for Vault correctly. Earlier we where checking for a environment variable in the workflow docker container, but as this is now gone we need to detect for something else, f.e. the label that we set to trigger token injection. We also need to make sure that the injected token is passed in the config. The related line of code:

if [[ -z ${VAMP_KEY_VALUE_STORE_TOKEN} ]] ; then

@olafmol olafmol added the bug label Nov 21, 2017
@olafmol olafmol changed the title when using Vault the auth type is not set correctly for confd when using Vault as k/v the workflow process fails Nov 21, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants