puppet-barbican/releasenotes/notes/add-multiple-backend-config-158138b82dfd3dca.yaml
Ade Lee 303f85c92b Add support for multiple backends
This will be essential for allowing migrations to
different (more secure) plugins

Change-Id: Ib45708fa6f8770b7737fff1990cc86e71e4bd634
2017-12-04 16:51:09 -05:00

10 lines
519 B
YAML

---
features:
- Added parameters multiple_secret_stores_enabled and enabled_secret_stores
to configure secret store backends using the newer multiple backend
configuration scheme. This will allow us to specify more than one backend
in case we need to migrate to more secure backends.
- Added parameters in each backend to configure them correctly using
the newer multiple backend scheme, including global_default to specify if
the backend is supposed to be the default backend for new secrets.