charm-barbican-vault/src
Alex Kavanagh 342e72244f Updates for caracal testing support
These updates, on the master branch, are to support testing the caracal
packages and support of the charms for caracal.  They do NOT lock the charms
down, and don't change the testing branches to stable branches.

Change-Id: I5549fc5d72659dd3434543d13001101af3b613f2
2024-02-24 19:53:07 +00: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 Retrieve approle_secret_id from correct relation 2020-12-17 19:57:56 +00:00
tests Updates for caracal testing support 2024-02-24 19:53:07 +00: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 caracal testing support 2024-02-24 19:53:07 +00:00
test-requirements.txt Fix charm for tox4 compatibility 2023-01-17 09:33:01 +00:00
tox.ini Updates for caracal testing support 2024-02-24 19:53:07 +00:00
wheelhouse.txt Add 2023.2 Bobcat support 2023-08-03 13:54:26 -04: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.