Actions
Bug #32660
closedkatello assumes GET params in repo url are SLES auth tokens, but may not be
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
when trying to sync a mirror repo like:
http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock
get params are specified. Katello interprets these as sles auth tokens: https://github.com/Katello/katello/blob/master/app/services/katello/pulp3/repository/yum.rb#L20-L25
but in this case they are not. This doesn't actually cause a problem, as usually they are ignored, except its not exactly 100% correct, and exposed another bug in pulp: https://pulp.plan.io/issues/8816
Updated by Chris Roberts over 3 years ago
- Target version set to Katello 4.2.0
- Triaged changed from No to Yes
Updated by Justin Sherrill over 3 years ago
- Target version changed from Katello 4.2.0 to Katello 4.2.1
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to James Jeffers
- Pull request https://github.com/Katello/katello/pull/9596 added
Updated by The Foreman Bot about 3 years ago
- Fixed in Releases Katello 4.3.0 added
Updated by James Jeffers about 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|eb616046ff5b5d77a3d682ad4d8d9b2ecae68b2a.
Actions