Bug #34417
repo discovery sets proxy across the entire application
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
This line in repo discovery:
https://github.com/Katello/katello/blob/master/app/lib/katello/repo_discovery.rb#L59
sets a class variable for proxy usage. This likely could cause other rest client requests that shouldn't use the proxy to use it later on.
Associated revisions
History
#1
Updated by Jonathon Turel 5 months ago
- Bugzilla link set to 2046337
#2
Updated by The Foreman Bot 5 months ago
- Assignee set to Jonathon Turel
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9932 added
#3
Updated by Jonathon Turel 5 months ago
- Target version changed from Katello 4.4.0 to Katello 4.3.2
- Assignee deleted (
Jonathon Turel) - Category deleted (
Repositories)
#4
Updated by Jonathon Turel 5 months ago
- Assignee set to Jonathon Turel
#5
Updated by Justin Sherrill 5 months ago
- Triaged changed from No to Yes
#6
Updated by The Foreman Bot 5 months ago
- Fixed in Releases Katello 4.5.0 added
#7
Updated by Jonathon Turel 5 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|0eb3e33217a09a250c458444008358696f544ee7.
Fixes #34417 - Don't set global RestClient proxy during repo discover (#9932)