
Currently puppet-swift provides default values for some password parameters, but this is not ideal from security perspective and we should expect operators to set their own password explicitly. This patch deprecates the usage of these default values and adds warning message which appears for missing password defined, so that we can remove current default values in next cycle. Change-Id: I6e7721d04ae2bf2e2a2ea3f02ebfcbded58692e2
14 lines
476 B
YAML
14 lines
476 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The following password parameters currently use the default value when the
|
|
parameters are not set in manifests, but this behavior has been deprecated.
|
|
Please set actual password explicitly to avoid failure before the default
|
|
values are removed.
|
|
|
|
- swift::keymaster::password
|
|
- swift::keystone::auth::password
|
|
- swift::proxy::authtoken::password
|
|
- swift::proxy::ceilometer::password
|
|
- swift::proxy::s3token::password
|