We are thrilled to announce the release of: castellan 1.2.0: Generic Key Manager interface for OpenStack This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/castellan Download the package from: https://tarballs.openstack.org/castellan/ Please report issues through launchpad: https://bugs.launchpad.net/castellan For more details, please see below. 1.2.0 ^^^^^ New 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) * Added configuration option to the Vault key manager to allow the KV store mountpoint in Vault to be specified; the existing default of 'secret' is maintained. Changes in castellan 1.1.0..1.2.0 --------------------------------- c803617 Change openstack-dev to openstack-discuss d00aae7 Use template for lower-constraints afb539f vault: support configuration of KV mountpoint bc7f7a4 vault: add AppRole support Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 11 +- castellan/key_manager/vault_key_manager.py | 75 +++++++++++- castellan/options.py | 17 ++- .../key_manager/test_vault_key_manager.py | 128 +++++++++++++++++++++ .../vault-approle-support-5ea04daea07a152f.yaml | 7 ++ .../vault-kv-mountpoint-919eb547764a0c74.yaml | 6 + setup.cfg | 2 +- 7 files changed, 235 insertions(+), 11 deletions(-)
participants (1)
-
no-reply@openstack.org