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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user