Hi team, I am Arjun from Clover Networks, I am try...
# best-practices
a
Hi team, I am Arjun from Clover Networks, I am trying to POC meltano for our requirements. What are the secret management options available through meltano? Vault integration supported?
e
Hi @arjunkumar_krishnankutty! Meltano currently supports the following config stores: •
meltano.yml
.env
file • Environment variables • Meltano's system database Specially with environment variables, it's easy to integrate with something like chamber to shim env vars from AWS parameter store. Native support for other secrets backends is logged here: https://github.com/meltano/meltano/issues/2859. Are there any specific things that you'd like to see in how Meltano manages secrets?
l
You can use vault agent sidecar injector, if you deploy meltano on kubernetes
a
thanks for the response. I am still in the initial evaluation. What is the common deployment options seen in dev and prod?