We are psyched to announce the release of: barbican 12.0.2: OpenStack Secure Key Management This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/barbican Download the package from: https://tarballs.openstack.org/barbican/ Please report issues through: https://bugs.launchpad.net/barbican/+bugs For more details, please see below. Changes in barbican 12.0.1..12.0.2 ---------------------------------- a61489d9 Fix Story 2010258 (CVE-2022-3100) d9443a7f Fix Barbican gate a1109c88 Fix remaining Secure RBAC policies ee3f9ec6 Fix Secure RBAC policies for Containers API 5d3e90f3 Fix Secure RBAC policies for Consumers 3c1674ee Fix Secure RBAC policies for secret_metadata 68165f1d Fix Secure RBAC policies for Orders 40f4028b Fix Secure RBAC policies for Secret ACLs 4ccc3cd6 Fix Secure RBAC policies for Secrets f8b41807 [Wallaby] Update check jobs 0b69c1a5 Set versioned jobs to set microversion correctly Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 21 ++-- barbican/api/controllers/__init__.py | 11 +- barbican/common/policies/acls.py | 139 ++++++++++++++------- barbican/common/policies/base.py | 121 ++++++++++++------ barbican/common/policies/consumers.py | 182 ++++++++++++++++++---------- barbican/common/policies/containers.py | 125 +++++++++++++------ barbican/common/policies/orders.py | 65 ++++++++-- barbican/common/policies/quotas.py | 50 ++++++-- barbican/common/policies/secretmeta.py | 100 ++++++++++----- barbican/common/policies/secrets.py | 116 ++++++++++++------ barbican/common/policies/secretstores.py | 70 +++++++++-- barbican/common/policies/transportkeys.py | 50 ++++++-- 13 files changed, 748 insertions(+), 312 deletions(-)
participants (1)
-
no-reply@openstack.org