ReadMe updated

This commit is contained in:
Stefan Kalscheuer 2016-12-04 10:12:35 +01:00
parent b98b7ab95c
commit 9c216dd805

View File

@ -5,17 +5,22 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
**Current available features:** **Current available features:**
* HTTP(S) backend connector * HTTP(S) backend connector
* Ability to provide or enforce custom CA certificate
* Authorization methods: * Authorization methods:
* Token * Token
* Username/Password * Username/Password
* AppID (register and authenticate) * AppID (register and authenticate) [_deprecated_]
* AppRole (register and authenticate) * AppRole (register and authenticate)
* Tokens
* Creation and lookup of tokens
* TokenBuilder for speaking creation of complex configuraitons
* Secrets * Secrets
* Read secrets * Read secrets
* Write secrets * Write secrets
* List secrets * List secrets
* Delete secrets * Delete secrets
* Renew/revoke leases * Renew/revoke leases
* Raw secret content or JSON decoding
* Connector Factory with builder pattern * Connector Factory with builder pattern
* Tested against Vault 0.6.2 * Tested against Vault 0.6.2