summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-redfish-auth-type-5fe78071b528e53b.yaml
blob: 60cc818577729a0e27d0e4d28a6c70a13cd562be (plain)
1
2
3
4
5
6
7
8
9
10
---
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.