Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipmi_* modules do not support specifying RCMP encryption key #3698

Closed
1 task done
bluikko opened this issue Nov 11, 2021 · 2 comments · Fixed by #3702
Closed
1 task done

ipmi_* modules do not support specifying RCMP encryption key #3698

bluikko opened this issue Nov 11, 2021 · 2 comments · Fixed by #3702
Labels
feature This issue/PR relates to a feature request module module plugins plugin (any type) remote_management

Comments

@bluikko
Copy link
Contributor

bluikko commented Nov 11, 2021

Summary

IPMI traffic may be encrypted with RCMP (RCMP+ of IPMI 2.0?) and IPMI BMCs provide a setting for this key. But the modules ipmi_boot and ipmi_power do not support user-specified encryption key.

The underlying python library pyghmi does support specifying the encryption key to the Command object:

    :param kg: Optional parameter to use if BMC has a particular Kg configured

This parameter should take the 128-bit encryption key usually specified as a hex string.

Issue Type

Feature Idea

Component Name

ipmi_boot

Additional Information

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@ansibullbot
Copy link
Collaborator

Files identified in the description:

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request module module plugins plugin (any type) remote_management
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants