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.
Bug 1774130 - Proxy user/password/port does not remove after select the 'Http Proxy = No Http Proxy'
Summary: Proxy user/password/port does not remove after select the 'Http Proxy = No H...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Repositories
Version: 6.7.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: 6.7.0
Assignee: satellite6-bugs
QA Contact: vijsingh
URL:
Whiteboard:
Depends On:
Blocks: 1774324
TreeView+ depends on / blocked
 
Reported: 2019-11-19 16:31 UTC by Brad Buckingham
Modified: 2019-12-03 13:54 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-12-03 13:54:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 28151 0 Normal Resolved Proxy user/password/port does not remove after select the 'Http Proxy = No Http Proxy' 2020-11-24 14:52:11 UTC

Description Brad Buckingham 2019-11-19 16:31:23 UTC
Proxy user/password/port does not remove after select the 'Http Proxy  = No Http Proxy'

Steps:
 1. Create a Repo with 'Http Proxy' Global Default/Specific Repo
 2. Now edit repo and set 'Http Proxy  = No Http Proxy'

Actual result:

Proxy user/password/port does not remove from that repo:
<pre>

>> /var/log/messages

Oct 30 08:05:34 centos7-luna-devel pulp: celery.app.trace:INFO: [499a55a7] Task pulp.server.managers.repo.importer.update_importer_config[499a55a7-7a45-43a4-881b-a8061d2f8bc3] succeeded in 0.0252606829999s: {'repo_id': '451c3e93-4432-4e67-bd7f-2ac47b1c8201', 'last_updated': datetime.datetime(2019, 10, 30, 8, 5, 34, 871429, tzinfo=<isodate.tzinfo.Utc object at 0x7f8572c7f090>), '_href': '/v2/repositories/451c3e93-4432-4e67-bd7f-2ac47b1c8201/importers/yum_importer/', '_ns': 'repo_importers', 'importer_type_id': 'yum_importer', 'last_override_config': {}, 'last_sync': None, 'scratchpad': None, '_id': ObjectId('5db944073d64f625e1958dec'), 'config': {'proxy_port': 8080, 'download_policy': 'immediate', 'remove_missing': True, 'proxy_username': 'admin', 'proxy_host': '', 'ssl_validation': True, 'proxy_password': '*****'}, 'id': 'yum_importer'}

>> Check repos details using pulp-admin

[root@centos7-luna-devel log]# pulp-admin -u admin -p $pulpAdminPassword repo list --details --repo-id 451c3e93-4432-4e67-bd7f-2ac47b1c8201
+----------------------------------------------------------------------+
                              Repositories
+----------------------------------------------------------------------+

Id:                   451c3e93-4432-4e67-bd7f-2ac47b1c8201
Display Name:         Repo_test_hhtp
Description:          None
Content Unit Counts:  
Notes:                
Scratchpad:           
Importers:            
  Config:               
    Download Policy: immediate
    Proxy Host:                                      <======================
    Proxy Password:  *****                           <======================
    Proxy Port:      8080                            <======================
    Proxy Username:  admin                           <======================
    Remove Missing:  True
    SSL Validation:  True

</pre>

Expected result

Proxy user/password/port should remove from that repo.

Comment 1 Brad Buckingham 2019-11-19 16:31:27 UTC
Created from redmine issue https://projects.theforeman.org/issues/28151

Comment 2 Brad Buckingham 2019-11-19 16:31:30 UTC
Upstream bug assigned to None

Comment 4 Bryan Kearney 2019-11-25 17:07:17 UTC
Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/28151 has been resolved.


Note You need to log in before you can comment on or make changes to this bug.