Zed Series Release Notes¶
21.0.0¶
New Features¶
The
barbican::wsgi::apacheclass now supports customizing request/response headers added by apache.
The
barbicanclass now installs thebarbican-commonpackage. Status of the package can be customized by thebarbican::package_ensureparameter.
The
barbican::purge_configparameter has been added.
Added parameters for advanced configuration of httpd access and error log destinations including piped logging and syslog (see mod_syslog). Note that mod_syslog requires Apache2 >= 2.5.0.
The
barbican::plugins::p11_crypto::token_labelparameter has been removed. Use thetoken_labelsparameter instead.
Upgrade Notes¶
The following parameters of the
barbican::apiclass have been removed.retry_scheduler_initial_delay_secondsretry_scheduler_periodic_interval_max_seconds
Default value of the
barbican::wsgi::apache::sslparameter has been changed fromtruetofalseand now ssl is disabled by default.
CentOS 8 Stream and Red Hat Enterprise Linux 8 are no longer supported by this module.
Deprecation Notes¶
The
barbican::api::client_package_ensureparameter has been deprecated and will be removed in a future release. This parameter has had no effect.
The following parameters of the
barbican::apiclass have been deprecated and have no effect now.use_sslcert_filekey_fileca_file
The
barbican::wsgi::apache::public_portparameter has been deprecated. Use theportprameter instead.
The
barbican::wsgi::apache::public_pathparameter has been deprecated. Use thepathprameter instead.