puppet-barbican/releasenotes/notes/add-support-for-token-label-and-serial-5b6ec6acc7f9d791.yaml
Douglas Mendizábal 432a34e076 Add p11_crypto_plugin token options
This patch adds support for two new options in the
p11_crypto_plugin section of the config file.

Depends-On: I115cf1a7006a6c85f37c5e50ded13134a3dfd1a3
Change-Id: I84b66d56a0914ea9e10eebb44c99ba2951ddba61
2020-10-27 09:39:45 +09:00

11 lines
338 B
YAML

---
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.