Actions
Task #3940
closedverify_release() should remove whitespaces from fingerprints
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
2.17.1
Target Release - Debian:
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
In importers/sync.rb the allowed_keys config should be sanitized before usage.
Otherwise remaining whitespaces within the fingerprint (e.g. "FFFF EEEE ...") will be interpreted as separator by the GPG-class.
That means GPG will look for key-id "FFFF" and key-id "EEEE".
Actions
Remove whitespaces from fingerprints
Fixes #3940 https://pulp.plan.io/issues/3940