External Secrets Store Support: HashiCorp Vault #10519
Labels
accepting-contributions
Feel free to contribute to them
area/platform
issues related to the platform
autoteam
frozen
Not being actively worked on
team/compose
team/platform-move
type/enhancement
New feature or request
epic: #837
Tell us about the problem you're trying to solve
Currently, Airbyte only integrates with one external secrets store: GCP Secrets Manager. Users who already use HashiCorp Vault would like to be able to have Airbyte integrate. with it.
Describe the solution you’d like
Add HashiCorp Vault as an option for external secrets.
Describe the alternative you’ve considered or used
A clear and concise description of any alternative solutions or features you've considered or are using today. We already have a
SecretsPersistence
interface to work with. The existing GCP Secrets Manager implementation can be found in the classGoogleSecretManagerPersistence
. Basically we need to:SecretsPersistence
for HashiCorp Vault with tests similar to what already exists.In terms of external contribution part 1 should be very doable. We would be happy to help on part 2 once tests are passing for part 1.
The text was updated successfully, but these errors were encountered: