hashicorp / vault-service-broker

The official HashiCorp Vault broker integration to the Open Service Broker API. This service broker provides support for secure secret storage and encryption-as-a-service to HashiCorp Vault.
https://www.vaultproject.io/
Mozilla Public License 2.0
84 stars 38 forks source link

What is the difference between the cf-community vault-broker versus this ? #9

Closed alwaysastudent closed 7 years ago

alwaysastudent commented 7 years ago

Can you please let us know which one is most relevant ? https://github.com/cloudfoundry-community/vault-broker

sethvargo commented 7 years ago

Hi @alwaysastudent

Thank you for reaching out. Looking at the broker you linked, the main difference appears to be the scope and setup. Our version of the broker provides multiple mounts for sharing application secrets, service secrets, and organization secrets. The one linked seems to have limited their scope to application secrets.

Ours is also designed to be run inside or outside of CloudFoundry. Meaning you could run this on a hosted service like Heroku - it doesn't need to be run in CF directly. This project is officially supported by HashiCorp, the company that makes Vault.

On the flip size, the other project is a bit older (more mature) and has more stars and watchers at the time of this writing.

Please let me know if you have any additional questions.