bc7f7a4c36
Add support for use of AppRole's for authentication to Vault; this feature provides a more application centric approach to managing long term access to Vault. The functional tests exercise this integration with a restricted policy which only allows access to the default 'secret' backend. Change-Id: I59dfe31adb72712c53d49f66d9ac894e43e8bbad Closes-Bug: 1796851
8 lines
238 B
YAML
8 lines
238 B
YAML
---
|
|
features:
|
|
- |
|
|
Added support for AppRole based authentication to the Vault
|
|
key manager configured using new approle_role_id and
|
|
optional approle_secret_id options.
|
|
(https://www.vaultproject.io/docs/auth/approle.html)
|