Support AppRole authentication.

We now support AppRole authentication. This authentication method uses a provided RoleId and optionally SecretId to authenticate against Vault.

Fixes gh-7.
This commit is contained in:
Mark Paluch
2016-10-11 17:33:33 +02:00
parent 76e52bb757
commit d67e4d40fb
6 changed files with 547 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ high-level abstractions for interacting with Vault, freeing the user from infras
* Connection package as low-level abstraction
* Reading, writing and deleting data from Vault with object mapping support
* Multiple authentication mechanisms: AppId, AppRole, Client Certificates, and Cubbyhole (wrapped/stored token)
<span id="quick-start"></span>
@@ -109,4 +110,4 @@ public class Example {
{% include project_page.html %}
</html>
</html>