We are overjoyed to announce the release of: puppet-barbican 16.4.0: Puppet module for Barbican This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/puppet-barbican Download the package from: https://tarballs.openstack.org/puppet-barbican/ Please report issues through: https://bugs.launchpad.net/puppet-barbican/+bugs For more details, please see below. 16.4.0 ^^^^^^ New Features * Added support for a couple of new options for the PKCS#11 backend: "[p11_crypto]\token_labels" and "[p11_crypto]\os_locking_ok". * Added support for two new options for Barbican's PKCS#11 backend. The new options are "[p11_crypto]token_serial_number" and "[p11_crypto]token_label". * The "barbican::plugins::p11_crypto::p11_crypto_plugin_slot_id" parameter has become an optional parameter instead of a required one. * The new "barbican::keystone::authtoken::interface" parameter has been added, which can be used to set the interface parameter in authtoken middleware. * Support for the "[p11_crypto_plugin] always_set_cka_sensitive" parameter has been added. Changes in puppet-barbican 16.3.0..16.4.0 ----------------------------------------- d7b35fe Prepare the final stable/ussuri release 2246865 Set fixture paths for unit tests e2efcba Add support for always_set_cka_sensitive parameter d9e6c97 Add new options to PKCS#11 backend ed1d0e8 Fix ignored unit tests 72c6aa1 Add support for the interface parameter in authtoken middleware db83a4a Add p11_crypto_plugin token options cf9d586 Add CentOS8 to nodesets f658e17 Use common class to manage apache service in beaker job 288dced Expose vhost_custom_fragment 08a3cf6 Chain barbican_api_paste_ini to config anchor a1f1c9f Switch to Ussuri a8da45e Update TOX_CONSTRAINTS_FILE for stable/ussuri 339d0fb Update .gitreview for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + Gemfile | 1 + manifests/deps.pp | 5 ++ manifests/keystone/authtoken.pp | 7 ++ manifests/plugins/p11_crypto.pp | 81 +++++++++++++++------- manifests/wsgi/apache.pp | 7 ++ metadata.json | 8 +-- .../notes/add-pkcs11-options-dd38e8f087888595.yaml | 5 ++ ...or-token-label-and-serial-5b6ec6acc7f9d791.yaml | 10 +++ ...stone-authtoken-interface-afb76e9845f1b739.yaml | 6 ++ ..._always_set_cka_sensitive-1c9a9b9726c3cf93.yaml | 6 ++ spec/acceptance/basic_barbican_spec.rb | 1 + spec/acceptance/nodesets/nodepool-centos8.yml | 10 +++ spec/classes/barbican_keystone_authtoken_spec.rb | 3 + spec/classes/barbican_plugins_p11_crypto_spec.rb | 15 ++++ spec/classes/barbican_wsgi_apache_spec.rb | 2 + spec/spec_helper.rb | 5 ++ ...{openstackconfig.rb => openstackconfig_spec.rb} | 2 +- tox.ini | 2 +- 19 files changed, 145 insertions(+), 32 deletions(-)