Rough PoC:
Pulp can prohibit or allow checksums by setting the ALLOWED_CONTENT_CHECKSUMS
setting. Changing this setting requires a few steps.
First, before you change the setting, see how your Pulp instance will be impacted by this change by running:
<insert task info from https://pulp.plan.io/issues/7986>
Before switching, any on-demand repos containing forbidden checksum digests will need to be synced with policy immediate to populate missing allowed checksums. Alternatively, users can remove these offending repo versions followed by orphan cleanup.
If you have artifacts that do not conform to your ALLOWED_CONTENT_CHECKSUMS setting, you can update them using:
pulpcore-manager handle-artifact-checksums
Allow content checksums doc
Update docs with how to properly change 'ALLOWED_CONTENT_CHECKSUMS' setting.
closes: #8325 https://pulp.plan.io/issues/8325