charm-barbican-softhsm/src
Alex Kavanagh 4a1a393b30 Updates for testing period for 20.01 release
* charm-helpers sync for classic charms
* rebuild for reactive charms
* ensure tox.ini is from release-tools
* ensure requirements.txt files are from release-tools
* On reactive charms:
  - ensure master branch for charms.openstack
  - ensure master branch for charm-helpers

Change-Id: I87d7373ec6407dbfd30a93e04146fb122978634d
2021-01-12 15:27:12 +00:00
..
files Sync charm/ceph helpers, tox, and requirements 2019-10-01 14:41:54 -05:00
lib/charm/openstack update tests to enable pike 2017-11-16 07:28:17 +00:00
reactive Fix func27-smoke which fails 2016-10-05 17:40:42 +00:00
tests Add Ussuri and Victoria tests 2020-07-08 14:33:04 +02:00
README.md Add amulet/bundle tests to charm-barbican-softhsm 2016-08-10 13:57:57 +00:00
layer.yaml Remove inherited configuration options invalid for charm 2020-05-16 23:09:42 +02:00
metadata.yaml Updates for 20.08 cycle start for groovy and libs 2020-06-02 14:27:10 +01:00
test-requirements.txt Sync charm/ceph helpers, tox, and requirements 2019-10-01 14:41:54 -05:00
tox.ini Sync release-tools 2020-12-10 22:14:44 +01:00
wheelhouse.txt Updates for testing period for 20.01 release 2021-01-12 15:27:12 +00:00

README.md

Overview

This charm provides the SoftHSM2 HSM plugin to Barbican. Note that this plugin DOES NOT WORK at present due to bug#1611393. It does, however, demonstrate how an HSM plugin will work with Barbican.

Usage

barbican-softhsm is a subordinate charm and lives in the same unit as a barbican charm.

juju deploy barbican
juju deploy ... other services for barbican -- see barbican charm
juju deploy barbican-softhsm
juju add-relation barbican barbican-softhsm

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.