59b5b66c8e
Adds 'driver_info/redfish_auth_type' option for Redfish HTTP client to chose one of the following authentication methods - 'basic', 'session' and 'auto'. The latter first tries 'session' and falls back to 'basic' if session authentication is not supported by the Redfish BMC. Default is set in ironic config (defaulted to 'auto'). Also bumped sushy requirement to 1.3.0+ Change-Id: I11bf8413bdb3f2d7f632495bb20a71a165554b27 Story: 2003813 Task: 26565
11 lines
529 B
YAML
11 lines
529 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds the ``[redfish]auth_type`` ironic configuration option for the
|
|
``redfish`` hardware type that is used to choose one of the following
|
|
authentication methods:: ``basic``, ``session`` and ``auto``.
|
|
The ``auto`` setting first tries ``session`` method and falls back to
|
|
``basic`` if session authentication is not supported by the Redfish BMC.
|
|
The default is ``auto``. This configuration option can be overridden
|
|
on a per-node basis by the ``driver_info/redfish_auth_type`` option.
|