2548f022c5
Instead of only file-based persistence which leaves files with credentials on the conductor disk for the duration of the session. User can now pass ``True`` to the ``store_cred_in_env`` parameter which instead stores IPMI password as an environment variable, still for the duration of the session, but limiting exposure to just the user session of ironic and anyone that has access to it. Defaults to ``False``. Closes-Bug: #2058749 Change-Id: Icd91e969e5c58bf42fc50958c3cd1acabd36ccdf
7 lines
206 B
YAML
7 lines
206 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a new configuration option ``store_cred_in_env`` to allow
|
|
switching between file-based and environment variable persistence for
|
|
IPMI credentials. Defaults to ``False``.
|