vert-x3 / vertx-config

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

Vault config store #15

Closed cescoffier closed 7 years ago

cescoffier commented 7 years ago

This PR provides the support for Vault (https://www.vaultproject.io/). This config store retrieves secrets from Vault.

Are supported:

Renewable tokens are renewed automatically. If not renewable, authentication is re-executed upon expiration of the token.

cescoffier commented 7 years ago

Thanks @ruslansennov