Zed Series Release Notes

21.0.0

New Features

  • The barbican::wsgi::apache class now supports customizing request/response headers added by apache.

  • The barbican class now installs the barbican-common package. Status of the package can be customized by the barbican::package_ensure parameter.

  • The barbican::purge_config parameter 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_label parameter has been removed. Use the token_labels parameter instead.

Upgrade Notes

  • The following parameters of the barbican::api class have been removed.

    • retry_scheduler_initial_delay_seconds

    • retry_scheduler_periodic_interval_max_seconds

  • Default value of the barbican::wsgi::apache::ssl parameter has been changed from true to false and 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_ensure parameter has been deprecated and will be removed in a future release. This parameter has had no effect.

  • The following parameters of the barbican::api class have been deprecated and have no effect now.

    • use_ssl

    • cert_file

    • key_file

    • ca_file

  • The barbican::wsgi::apache::public_port parameter has been deprecated. Use the port prameter instead.

  • The barbican::wsgi::apache::public_path parameter has been deprecated. Use the path prameter instead.