Actions
Bug #34417
closedrepo 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.
Actions