Wallaby Series Release Notes¶
18.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
.
The new
barbican::policy::enforce_scope
parameter has been added to support the corresponding parameter in oslo.policy library.
Support for the
[p11_crypto_plugin] always_set_cka_sensitive
parameter has been added.
The new
barbican::policy::enforce_new_defaults
parameter has been added.
Deprecation Notes¶
The
barbican::plugins::p11_crypto::p11_crypto_plugin_token_label
parameter has been deprecated. Use thep11_crypto_plugin_token_labels
parameter instead.
18.3.0¶
New Features¶
The new
barbican::healthcheck
class has been added. This class manages parameters of healthcheck middlware in oslo.middleware.
18.2.0¶
Upgrade Notes¶
Now policy.yaml is used by default instead of policy.json.
18.1.0¶
New Features¶
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.
Adds db_sync_timeout parameter to db sync.
18.0.0¶
New Features¶
The new
barbican::keystone::authtoken::service_type
parameter has been added to configure the service_type parameter in authtoken middleware.