Bug 1982695
| Summary: | md5 missing in ALLOWED_CONTENT_CHECKSUMS | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Radek Mynar <rmynar> |
| Component: | Installation | Assignee: | satellite6-bugs <satellite6-bugs> |
| Status: | CLOSED ERRATA | QA Contact: | Devendra Singh <desingh> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.10.0 | CC: | ahumbe, ehelms, ekohlvan, gtalreja, jsherril, osousa |
| Target Milestone: | 6.10.0 | Keywords: | Regression, Triaged |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | satellite-installer-6.10.0.6 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-11-16 14:12:34 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1929818, 1973346 | ||
|
Description
Radek Mynar
2021-07-15 13:14:18 UTC
Is this a regression in behavior from 6.9? This would prevent you from syncing md5 content, so i think i would consider it a regression ( the config value itself didn't exist in 6.9) It seems that the needinfo was answered in comment 3. I may just add a note, that md5 was included in settings of 6.10 SNAP 4.0 and SNAP 6.0, so this bug came up somewhere between SNAP6/SNAP8 Users can override it by passing:
satellite-installer \
--foreman-proxy-content-pulpcore-allowed-content-checksums md5 \
--foreman-proxy-content-pulpcore-allowed-content-checksums sha1 \
--foreman-proxy-content-pulpcore-allowed-content-checksums sha224 \
--foreman-proxy-content-pulpcore-allowed-content-checksums sha256 \
--foreman-proxy-content-pulpcore-allowed-content-checksums sha384 \
--foreman-proxy-content-pulpcore-allowed-content-checksums sha512
In https://github.com/theforeman/puppet-foreman_proxy_content/commit/fb401944723c5b93941aa98d16f377bded5627c0 it was explicitly disabled. I'm not sure what is expected here. Should this be done by default for all installations?
Verified on 6.10 Snap14. Verification steps: 1- Verified the md5 entry in the ALLOWED_CONTENT_CHECKSUMS file. # cat /etc/pulp/settings.py | grep ALLOWED_CONTENT_CHECKSUMS ALLOWED_CONTENT_CHECKSUMS = ["md5", "sha1", "sha224", "sha256", "sha384", "sha512"] 2- Verified fixed in-version. # rpm -qa|grep satellite-installer-6.10.0.6 satellite-installer-6.10.0.6-1.el7sat.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: Satellite 6.10 Release), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:4702 |