Actions
Story #7855
closedPulp - Task #7960: FIPS and support for ALLOWED_CONTENT_CHECKSUMS
Task #7537: Add support for ALLOWED_CONTENT_CHECKSUMS
FIPS: Serializer needs to build checksum-algorithm-choice from Artifact.DIGEST_FIELDS, not its own constants
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 89
Quarter:
Description
See https://github.com/pulp/pulp_rpm/blob/master/pulp_rpm/app/constants.py#L3-L24
These lists need a) to be driven directly by Artifact, rather than matching Artifact's supported digests by sheer coincidence, and b) need to be limited to Artifact.DIGEST_FIELDS only.
See https://hackmd.io/d5y1IaW_QaSJ-DsosMDkjg?view for discussion.
Actions
Checksum type check when publish
Check allowed checksum types when publish.
closes: #7855 https://pulp.plan.io/issues/7855
[nocoverage]