Actions
Bug #35015
closedScheduled job "Create RSS notifications" does not use proxy
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1892752
Description of problem:
Satellite without direct access to internet is unable to get rss notifications because the job ignores any proxy configurations.
Version-Release number of selected component (if applicable):
How reproducible: Always
Steps to Reproduce:
1. Configure a default proxy on Satellite
2. Configure http_proxy
- hammer settings set --name http_proxy --value http://myproxy:3128
~~~
3. Wait for the next execution and monitor the network traffic.
Optionally, run the task manually:
~~
foreman-rake rss:create_notifications
~~
Actual results:
Foreman tries to go directly to the URL configured, ignoring proxy.
Expected results:
Foreman should use one of the defined proxies.
Additional info:
Updated by Adam Ruzicka over 2 years ago
- Related to Bug #35014: Extension to inject global http proxy into net/http requests does not set the proxy correctly added
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9245 added
Updated by Anonymous over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|ded58beb8467604d83b6aadb714c429c15cc700e.
Actions