charm-barbican-vault/src
Alex Kavanagh 9fdf164f37 Updates for stable branch creation
Set default branch for git review/gerrit.

Switch tests to stable.

Switch to using stable charm-helpers branch.

Switch to using stable charm.openstack branch.

Change-Id: I69547aba671c14902480fe3ee8bbc56cea1133a8
2020-08-13 11:27:31 +01:00
..
files Sync charm/ceph helpers, tox, and requirements 2019-09-30 20:59:12 -05:00
lib/charm More robust hvac.Client post response handling 2020-04-29 12:16:22 -07:00
reactive More robust hvac.Client post response handling 2020-04-29 12:16:22 -07:00
tests Updates for stable branch creation 2020-08-13 11:27:31 +01:00
HACKING.md Add barbican-vault charm code and unit tests 2018-10-17 16:52:15 +02:00
README.md Update tests, tox, series and readme for 18.11 release 2018-11-14 13:25:35 +01:00
copyright Initial commit of charm skeleton 2018-10-11 11:31:52 +02:00
icon.svg Update icon 2018-10-24 10:33:43 +02:00
layer.yaml Remove inherited configuration options invalid for charm 2020-05-16 23:15:10 +02:00
metadata.yaml Updates for 20.08 cycle start for groovy and libs 2020-06-02 14:27:21 +01:00
test-requirements.txt Sync charm/ceph helpers, tox, and requirements 2019-09-30 20:59:12 -05:00
tox.ini Sync charm/ceph helpers, tox, and requirements 2019-09-30 20:59:12 -05:00
wheelhouse.txt Updates for stable branch creation 2020-08-13 11:27:31 +01:00

README.md

Overview

The Barbican-Vault charm provies a Vault backend for OpenStack Barbican

OpenStack Rocky or later is required.

This charm, when used with the Barbican Charm, provides a software-based secrets-as-a-service solution for an OpenStack Cloud. In the future, other back-ends may be added.

Usage

juju deploy barbican --config openstack-origin=bionic:rocky
juju deploy barbican-vault
juju deploy vault
juju add-relation barbican-vault:secrets barbican:secrets
juju add-relation vault:secrets barbican-vault:secrets-storage

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.