Hashicorp Vault Secrets Management Issue

Summary

User is experiencing issues with Hashicorp Vault for secrets management, specifically encountering an error indicating that a secret does not exist.


Question

Hey folks :meow_fingerguns:, has anyone managed to use Hashicorp Vault for their secrets management? I see lots of people struggling here to do it but no sign of anyone actually succeeding. I am hitting the error related to the secret not existing so could do with some help :pray:



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

['hashicorp-vault', 'secrets-management', 'error', 'help']

For those struggling with this, I have found that the VAULT_PREFIX should be in the format of <engine>/<directory>/ for instance kv/airbyte/ or secret/airbyte/. This should allow Airbyte to write the secrets. I’ve opened a PR to cover this in the documentation