castellan/releasenotes/notes/vault-approle-support-5ea04daea07a152f.yaml
James Page bc7f7a4c36 vault: add AppRole support
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
2018-10-12 10:03:21 +01:00

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)