303f85c92b
This will be essential for allowing migrations to different (more secure) plugins Change-Id: Ib45708fa6f8770b7737fff1990cc86e71e4bd634
10 lines
519 B
YAML
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.
|