Actions
action #101006
closedProvide unique non-dictionary passwords for all our IPMI/HMC interfaces size:S
Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
2021-10-14
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
bmwiedemann from SUSE-IT informed me that security scans have shown openqaworkers to be vulnerable due to the default IPMI passwords. We should provide a unique password for that purpose, potentially unique for each host.
Acceptance criteria¶
- AC1: No IPMI/BMC connection in https://gitlab.suse.de/openqa/salt-pillars-openqa/-/blob/master/openqa/workerconf.sls references the default password anymore
Suggestions¶
Generate a password for each host withJust use the same password we have for sp.openqaw8-vmware.qa.suse.de where bmwiedemann recently set a new passwordxkcdpass
from python3-xkcdpass- Set password from each host, e.g. with
rcipmi start
ipmitool user list
ipmitool user set password 2 'FOOBAR'
Actions