charm-barbican-vault/src
Felipe Reyes 9f4371f18f Use vault 1.6/edge channel.
The 1.7/edge channel doesn't support Bionic, so this change updates the
bionic bundles to deploy using the 1.6/edge channel which is the last
track that has support for Ubuntu 18.04.

Change-Id: If32a1335bacc686e7a9177a8f6cc06dbaba49a20
2022-12-01 16:42:25 -03: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 Use vault 1.6/edge channel. 2022-12-01 16:42:25 -03: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
build.lock Pin build.lock for all layers to the commit hash 2022-09-28 12:50:21 +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 Migrate charm charmhub for stable/ussuri 2022-05-20 19:59:59 +01:00
test-requirements.txt Migrate charm charmhub for stable/ussuri 2022-05-20 19:59:59 +01:00
tox.ini Add xena bundles 2021-09-21 14:01:03 +01:00
wheelhouse.txt Migrate charm charmhub for stable/ussuri 2022-05-20 19:59:59 +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.