Feature #21875

Add support for sha512 grub passwords to provisioning templates
Description
This is required in order to work on systems operating in FIPS mode. Grub doesn't support hashes other than MD5, while grub2 defaults to SHA512.
Related issues
Associated revisions
History
#1
Updated by Anonymous over 5 years ago
- Related to Feature #3511: As a security person, I would like Foreman to run in FIPS mode added
#2
Updated by Anonymous over 5 years ago
- Subject changed from Replace grub with grub2 in provisioning templates to Add support for sha512 grub passwords to provisioning templates
#3
Updated by The Foreman Bot over 5 years ago
- Assignee set to Anonymous
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5082 added
#4
Updated by Anonymous over 5 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset 133bba3f20853efe4add97225901fab8b76e167a.
#5
Updated by Marek Hulán over 5 years ago
- Legacy Backlogs Release (now unused) set to 296
#6
Updated by Timo Goebel almost 5 years ago
- Related to Bug #23621: fips mode breaks ESXi deployment added
Fixes #21875 - added support for sha512 grub passwords
All new hosts provisioned using default and rhel
kickstarts will use sha512 grub passwords from
now on.