pbchekin / vault-sync

Synchronize secrets between HashiCorp Vault instances
Apache License 2.0
30 stars 1 forks source link

Multiple backends #17

Open micxba opened 2 days ago

micxba commented 2 days ago

Great tool and it works as described but I'd lie to be able to sync multiple kv's in my vault without having to run separate instances. We have our secret engines separated by environment and I'd love to sync all to a DR instance of vault.

pbchekin commented 2 days ago

Do you mean multiple sources or destinations?

micxba commented 2 days ago

I mean what you call backends, it defaults to secrets/ Would be great if it could be a list so you can sync eg

src: … Backends: [dev,test,prod]

To the equivalent in destination. Hope it makes sense.