Actions
Story #7984
closedTask #7960: FIPS and support for ALLOWED_CONTENT_CHECKSUMS
As a user, Pulp will error if a disallowed hasher is attempted to be used
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 90
Quarter:
Description
- Consolidate our calls to a new area that checks
ALLOWED_CONTENT_CHECKSUMS
in one place - Make that available to plugin writers in the plugin API
- Add docs for plugin writers.
Updated by bmbouter almost 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
- Sprint set to Sprint 90
Updated by pulpbot almost 4 years ago
- Status changed from ASSIGNED to POST
Updated by pulpbot almost 4 years ago
Added by bmbouter almost 4 years ago
Updated by bmbouter almost 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|b22cf3fa3c6fcf1bb3032bef79408631708c5dba.
Updated by bmbouter almost 4 years ago
- Subject changed from As a user, I can manage content with md5 checksums with FIPS enabled to As a user, Pulp will error if a disallowed hasher is attempted to be used
- Description updated (diff)
Updated by ipanova@redhat.com over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Adds a wrapper around hashlib.new()
Introducing the new,
pulpcore.app.pulp_hashlib
which provides thenew
function, a wrapper around the realhashlib.new()
. This checks theALLOWED_CONTENT_CHECKSUMS
setting and raises an Exception if a hasher not declared as allowed is defined.closes #7984