-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[build] Set rpm digest algorithm to sha256 #93230
Conversation
RHEL 8+ has added stricter checks on the hashes of rpm headers when FIPS is enabled. In order to support this, we've swapped the digest algorithm from md5 to sha256.
Pinging @elastic/kibana-operations (Team:Operations) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
Co-authored-by: Kibana Machine <[email protected]>
7.x: 69fbe25 |
RHEL 8+ has added stricter checks on the hashes of rpm headers when
FIPS is enabled. In order to support this, we've swapped the digest
algorithm from md5 to sha256.
Testing
RPM based operating systems in our support matrix should be checked for backwards compatibility.
https://s3-us-west-1.amazonaws.com/kibana.budzenski.com/93230/1333242/kibana-8.0.0-SNAPSHOT-x86_64.rpm
Closes #69613