#vault (2020-10)
Discussions related to Hashicorp Vault
2020-10-20
hi there, i came here to announce my first opensource project. This project comes to solve migration scenarios… i didnt find anything in the internet like these so i decided to write it (im not a developer, im working as systems engineer but trying to do things with code ) this is a cli tool to synchronize secrets between vault clusters, i used this tool for a cloud migration, i’ve some features to improve, but currently it’s useful. suggestions, pull requests are welcome, thanks https://github.com/rca0/vault-sync
CLI tool to synchronize data from vault. Contribute to rca0/vault-sync development by creating an account on GitHub.
Looks cool, my suggestion is to expand the description to reflect the use case you describe in this message, and which is also apparent in the Params
and Running
sections of the README.
CLI tool to synchronize data from vault. Contribute to rca0/vault-sync development by creating an account on GitHub.
Hah, one of our customers needed something like this and just wrote one as well (closed source though)
Thanks for sharing
thanks guys, i will improve the code and documentation for this project when i have some time available