Bug #32994
Sync of content from an authenticated yum repository fails
Status:
Closed
Priority:
Normal
Assignee:
Category:
Repositories
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
Steps to Reproduce:
1. try to sync an image from an authenticated yum repository with username and password
Actual results:
the sync task ends in a warning state. With an error along
`NoMethodError: undefined method `username' for #<PulpRpmClient::RpmRpmRemoteResponse:0x000000002c4ee1f8>
`
Expected results:
no errors
The community link has a lot more details on this.
Related issues
Associated revisions
History
#1
Updated by Partha Aji about 1 year ago
- Bugzilla link set to 1967604
#2
Updated by The Foreman Bot about 1 year ago
- Assignee set to Justin Sherrill
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9454 added
#3
Updated by James Jeffers about 1 year ago
- Triaged changed from No to Yes
- Target version set to Katello 4.1.2
#4
Updated by James Jeffers about 1 year ago
- Has duplicate Bug #33075: ContainerContainerRemoteResponse error when syncing container repo added
#5
Updated by The Foreman Bot about 1 year ago
- Fixed in Releases Katello 4.3.0 added
#6
Updated by Justin Sherrill about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|27a2687d7b19f6ec0454e5eb528a658f5de233b0.
#7
Updated by The Foreman Bot about 1 year ago
- Pull request https://github.com/Katello/katello/pull/9492 added
Fixes #32994 - always refresh remote
we cannot reliably detect if a remote needs update due to
proxy auth and upstream auth information being removed from the api.
As a result there is not much we can do other than to always refresh it