Actions
Feature #9481
closedAs a user, I should be able to set per repository proxy settings.
Description
Currently the proxy-settings have to be setup while doing the installation of foreman/katello/Satellite 6.
These proxy-settings currently are global, i.e. causing all repo-actions to be done via the configured proxy. This causes problems, when there are yum repositories in a internal network which cannot be accessed via proxy because it is put into a dmz.
To work around the problem, it would be handy to blacklist domains/hosts from being accessed via the proxy:
blacklist could look like:
*.internal.domain or
10.13.0.7
Updated by Andreas Pfaffeneder about 10 years ago
Updated by Eric Helms about 10 years ago
- Status changed from New to Need more information
- Target version set to 67
- Translation missing: en.field_release set to 31
- Triaged changed from No to Yes
Blacklisting hosts would have to be a feature in Pulp since it handles synxing. However, Pulp does support per repo proxy settings. Would that feature solve the issue?
Updated by Stephen Benjamin about 10 years ago
@eric sorenson, I think so!
It seems you can specify the proxy at the time of repo creation instead of yum_importer.json. If we did that, then the user could have a check box to turn off the proxy http://pulp-rpm-user-guide.readthedocs.org/en/latest/recipes.html#configure-proxy
Actions