Actions
Bug #24889
closedDocker repository sync on FIPS system fails with TypeError: can't quote ActiveSupport::HashWithIndifferentAccess
Description
Testing on CentOS 7.5 with FIPS environment enabled using katello-3.9.0-8.el7.noarch, docker repository synchronization ends with failed subtask and the message:
TypeError: can't quote ActiveSupport::HashWithIndifferentAccess
According to dynflow, this happens Actions::Katello::Repository::IndexContent task, full trace in supplement. No such error appears on non-FIPS system.
To reproduce, create a docker repository (mine had upstream name 'busybox' and url https://registry-1.docker.io), attempt to synchronize the repo.
Files
Updated by Peter Ondrejka over 6 years ago
- Related to Feature #3511: As a security person, I would like Foreman to run in FIPS mode added
Updated by Jonathon Turel over 6 years ago
- Target version set to Katello 3.10.0
- Triaged changed from No to Yes
Updated by Amit Upadhye over 6 years ago
Actions