ironic/releasenotes/notes/ipmi_hex_kg_key-8f6caabe5b7d7a9b.yaml
Nikolay Fedotov 82704e6d8d Kg key for IPMIv2 authentication
Support for the -y option of ipmitool

Quote from docs:
-y <hex key>
Use supplied Kg key for IPMIv2 authentication. The key is expected
in hexadecimal format and can be used to specify keys with non-printable
characters. E.g. '-k PASSWORD' and '-y 50415353574F5244' are equivalent.
The default is not to use any Kg key.

Change-Id: Ie6a9fc1a41d924e30eff526b3eae929ce6e085c6
Story: #2005158
Task: #29876
2019-03-14 19:41:21 +00:00

8 lines
252 B
YAML

---
features:
- |
New property ``ipmi_hex_kg_key`` for the ipmi based interfaces.
The property enables user to set the Kg key for IPMIv2 authentication in
hexadecimal format. This value is provided to ``ipmitool`` as
the -y argument.