Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
+++ This bug was initially created as a clone of Bug #1021662 +++
Description of problem:
Attempting to configure pulp using the global auth file for yum content:
/etc/pulp/server/plugins.conf.d/yum_importer.json
With either:
{
"num_threads" : 4,
"proxy_host" : "http://1.2.3.4",
"proxy_username": "admin",
"proxy_password": "redhat",
"proxy_port" : 8888
}
or
{
"num_threads" : 4,
"proxy_host" : "http://admin:redhat@1.2.3.4",
"proxy_port" : 8888
}
or
{
"num_threads" : 4,
"proxy_host" : "http://admin:redhat@1.2.3.4:8888",
"proxy_port" : 8888
}
Does not seem to work. In most cases I get:
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/pulp_rpm/plugins/importers/yum/sync.py"
, line 109, in run
metadata_files = self.get_metadata()
File "/usr/lib/python2.6/site-packages/pulp_rpm/plugins/importers/yum/sync.py"
, line 194, in get_metadata
raise FailedException(str(e))
FailedException: Proxy Authentication Required
According to my squid log, pulp isn't sending the auth user name
1382375504.460 0 1.2.3.4 TCP_DENIED/407 3969 GET http://lzap.fedorapeople.org/fakerepos/zoo5/repodata/repomd.xml - NONE/- text/html
whereas with curl (passing an incorrect password), i see:
1382375255.594 0 1.2.3.4 TCP_DENIED/407 4105 GET http://lzap.fedorapeople.org/fakerepos/zoo5/repodata/repomd.xml admin NONE/- text/html
Note 'admin' (the user) is missing when pulp tries to access it.
Note that it works fine using curl with the correct password.
curl -X GET http://google.com/ --proxy http://admin:redhat@1.2.3.4:8888
It very well could be my proxy configuration, however I would expect it to work with basic or digest auth.
If it 'works', it would be great to get some instructions for setting up a proxy requiring authentication that works with pulp.
Comment 1RHEL Program Management
2013-10-21 18:44:53 UTC
Since this issue was entered in Red Hat Bugzilla, the release flag has been
set to ? to ensure that it is properly evaluated for this release.