Bug #34619
Remotes should have username and password cleared out if a user sets them to be blank
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Currently, we do not update the username or password in Pulp if they are blank: https://github.com/Katello/katello/blob/master/app/services/katello/pulp3/repository.rb#L417
This seems to be related to the following community thread and maybe have worked around the related Pulp bug: https://community.theforeman.org/t/pulprpmclient-apierror-http-500-during-sync-repository/27480/14
Associated revisions
History
#1
Updated by The Foreman Bot about 1 year ago
- Assignee set to Ian Ballou
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/10018 added
#2
Updated by Ian Ballou about 1 year ago
- Bugzilla link set to 2064793
#3
Updated by Partha Aji about 1 year ago
- Triaged changed from No to Yes
- Target version changed from Katello 4.3.2 to Katello 4.5.0
#4
Updated by The Foreman Bot about 1 year ago
- Fixed in Releases Katello 4.5.0 added
#5
Updated by Anonymous about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|17a12869397c56d556a38784ac88380713873866.
Fixes #34619 - Remotes should have username and password cleared out if set blank (#10018)