-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify settings and requests to support proxies
Access to the internal Red Hat staging environment is mediated through a proxy server. To support compatibility with this environment, this commit adds a `proxies` setting to each manifest_category and adds a `proxies` argument to each request in manifester.py. To access the production RHSM API without a proxy, the value of the dictionary in the `proxies` setting can be left as an empty string (i.e. `proxies: {"https": ""}).
- Loading branch information
Showing
2 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters