Actions
Story #7561
closedTask #7960: FIPS and support for ALLOWED_CONTENT_CHECKSUMS
As a user, I can add checksums to ALLOWED_CONTENT_CHECKSUMS
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Sprint 87
Quarter:
Description
This would probably require the user run a script/migration that would fill in the missing checksum info.
Related issues
Updated by daviddavis about 4 years ago
This came up in a conversation with Katello.
Updated by daviddavis about 4 years ago
- Related to Story #5216: As a user, I can configure which checksum types I want to use in Pulp added
Updated by ipanova@redhat.com about 4 years ago
- Related to Story #7696: As a plugin developer, I have the Artifacts checked at pre-save time against the ALLOWED_CONTENT_CHECKSUMS instead of at __init__ added
Updated by daviddavis about 4 years ago
- Sprint/Milestone set to 3.9.0
- Sprint set to Sprint 85
Updated by daviddavis about 4 years ago
This command would have to bypass the ALLOWED_CONTENT_CHECKSUMS check[0]. The problem is that this check will run BEFORE the command. So what we'll probably want to do is check sys.argv[1]
against the command name and if it matches, bypass this check.
Updated by ipanova@redhat.com about 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ipanova@redhat.com
Updated by pulpbot about 4 years ago
- Status changed from ASSIGNED to POST
Added by ipanova@redhat.com almost 4 years ago
Updated by ipanova@redhat.com almost 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|39d395d9751b5eec63069443715d00c64b3cee4e.
Updated by pulpbot almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
As a user, I have artifacts compliant with the allowed checksums.
Enabled users to add/remove checksums to ALLOWED_CONTENT_CHECKSUMS. Added check for forbidden checksums. Added command to handle artifacts with missing and fobidden checksums.
closes #7561 closes #7914
https://pulp.plan.io/issues/7914 https://pulp.plan.io/issues/7561