vert-x3 / vertx-config

Vert.x Configuration Service
Apache License 2.0
54 stars 64 forks source link

[Feature Request] Add support for HashiCorp's Vault #8

Closed ghost closed 7 years ago

ghost commented 7 years ago

It would be nice to have the possibility to retrieve some configuration/settings (more likely: secrets) from HashiCorp's Vault.

Vault can manage static and dynamic secrets such as username/password for remote applications/resources and provide credentials for external services such as MySQL, PostgreSQL, Apache Cassandra, MongoDB, Consul, AWS and more.

Maybe a new Configuration store?

References: The Spring guys have something similar in the Spring Cloud "umbrella".

cescoffier commented 7 years ago

PR submitted: https://github.com/vert-x3/vertx-config/pull/15

cescoffier commented 7 years ago

PR merged.