
This provides both keystone v2 and v3 setup for testing barbican manually. It demonstrates how to set up a project/tenant in each v3 and v2 and the how to store a secret. Then only differences are in the authentication with Keystone. However, it does demonstrate both working. This change also contains the v2 and v3 keystone tests with barbican. These are pesented as two gate-*-v2 and gate-*-v3 tests which activate testing with keystone v2 and keystone v3. Change-Id: Id0310da7a80ee8796eeda52b7af936ae51ed0dd9
25 lines
713 B
YAML
25 lines
713 B
YAML
name: barbican
|
|
summary: A REST API for secure storage, provisioning and management of secrets
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
Barbican is a REST API designed for the secure storage, provisioning and
|
|
management of secrets such as passwords and encryption keys. It is aimed at
|
|
being useful for all environments, including large ephemeral Clouds
|
|
tags:
|
|
- openstack
|
|
series:
|
|
# Trusty disabled pending https://bugs.launchpad.net/bugs/1609498
|
|
# - trusty
|
|
- xenial
|
|
subordinate: false
|
|
requires:
|
|
shared-db:
|
|
interface: mysql-shared
|
|
amqp:
|
|
interface: rabbitmq
|
|
identity-service:
|
|
interface: keystone
|
|
hsm:
|
|
interface: barbican-hsm
|
|
optional: true
|