Task #4486
Story #3778: [Epic] As a user, I can run Pulp 3 in a FIPS-enabled environment
Uploading requires use of md5
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Sprint 55
Quarter:
Description
We use drf-chunked-upload which makes a call to hashlib.md5():
This is a problem for users using FIPS. I'd probably recommend we open a PR against drf-chunked-upload which makes the type of digest configurable.
Related issues
Associated revisions
History
#1
Updated by daviddavis almost 2 years ago
- Related to Story #4196: As a user, I can upload files in chunks. added
#2
Updated by bmbouter almost 2 years ago
- Tags deleted (
Pulp 3)
#3
Updated by jsherril@redhat.com over 1 year ago
- Tags Katello-P1 added
#4
Updated by daviddavis over 1 year ago
Katello prefers sha256 (see https://pulp.plan.io/issues/4890)
#5
Updated by daviddavis over 1 year ago
- Has duplicate Story #4890: Alllow sha256 checksum to be passed to finish uploading content added
#6
Updated by daviddavis over 1 year ago
- Sprint set to Sprint 53
Adding to sprint since duplicate #4890 was on sprint.
#7
Updated by amacdona@redhat.com over 1 year ago
- Sprint changed from Sprint 53 to Sprint 54
#8
Updated by daviddavis over 1 year ago
- Status changed from NEW to ASSIGNED
- Assignee set to daviddavis
#9
Updated by daviddavis over 1 year ago
- Status changed from ASSIGNED to POST
#10
Updated by ttereshc over 1 year ago
- Sprint changed from Sprint 54 to Sprint 55
#11
Updated by daviddavis over 1 year ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|24b50710201a5fea73898f8a1fcff286f9e47809.
#12
Updated by bmbouter about 1 year ago
- Sprint/Milestone set to 3.0.0
#13
Updated by bmbouter about 1 year ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
Add support for parallel chunks and sha256
Also removed drf-chunked-upload.
fixes #4488,#4486