barbican/releasenotes/notes/multiple-backends-75f5b85c63b930b7.yaml
Arun Kant 88db8ceb9e Adding reno release notes for multiple backend feature
Change-Id: I97dbe0a549ed428ff6e652928f11766d17e529b3
Partially-Implements: blueprint multiple-secret-backend
2016-09-14 14:16:46 -07:00

17 lines
1.1 KiB
YAML

---
prelude: >
Now within a single deployment, multiple secret store plugin backends can
be configured and used. With this change, a project adminstrator can
pre-define a preferred plugin backend for storing their secrets. New APIs
are added to manage this project level secret store preference.
features:
- New feature to support multiple secret store plugin backends. This feature
is not enabled by default. To use this feature, the relevant feature flag
needs to be enabled and supporting configuration needs to be added in the
service configuration. Once enabled, a project adminstrator will be able
to specify one of the available secret store backends as a preferred
secret store for their project secrets. This secret store preference
applies only to new secrets (key material) created or stored within that
project. Existing secrets are not impacted. See http://docs.openstack.org/developer/barbican/setup/plugin_backends.html
for instructions on how to setup Barbican multiple backends, and the API
documentation for further details.