Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 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 "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". 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 "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-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 1487688

Summary: subscription-manager-cockpit does not prefill "Registration" dialog by proxy settings from /etc/rhsm/rhsm.conf file
Product: Red Hat Enterprise Linux 7 Reporter: Jan Stavel <jstavel>
Component: subscription-managerAssignee: candlepin-bugs
Status: CLOSED ERRATA QA Contact: John Sefler <jsefler>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.5CC: khowell, redakkan, rjerrido, skallesh
Target Milestone: rcKeywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: subscription-manager-1.20.6-1 Doc Type: No Doc Update
Doc Text:
undefined
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-10 09:51:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
DOesnot prefill proxy details
none
Doesnot prefill proxy details in Subscription-manager tab
none
proxy details are pre-filled with values from rhsm.conf file none

Description Jan Stavel 2017-09-01 15:30:05 UTC
Description of problem:

If there are proxy related values in /etc/rhsm/rhsm.conf file
Subscription plugin should display that values in "Registration" dialog.

Version-Release number of selected component (if applicable):


How reproducible:

Each time.

Steps to Reproduce:
1. unregister system
2. update the file /etc/rhsm/rhsm.conf by values:
   proxy_hostname = auto-services.usersys.redhat.com
   proxy_port = 3129
   proxy_user = 
   proxy_password =
   ... this is no auth proxy

3. launch Cockpit app in browser and log-in as 'root' user
4. Click on 'Subscriptions'
5. Click on 'Register' button


Actual results:

Check box 'Use proxy server' is not checked.
No value appears in field 'Server'

Expected results:

There should be values in the dialog fields the same as in /etc/rhsm/rhsm.conf file.

Additional info:

Comment 3 Shwetha Kallesh 2017-12-08 14:00:54 UTC
Created attachment 1364877 [details]
DOesnot prefill proxy details

Moving bug back to new, dont see fix yet in the following build:

[root@dhcp35-150 ~]# rpm -qa | grep cockpit
cockpit-packagekit-157-1.el7.x86_64
cockpit-ws-157-1.el7.x86_64
subscription-manager-cockpit-1.20.7-1.el7.noarch
cockpit-157-1.el7.x86_64
cockpit-bridge-157-1.el7.x86_64
cockpit-tests-157-1.el7.x86_64
cockpit-system-157-1.el7.noarch
cockpit-doc-157-1.el7.x86_64

[root@dhcp35-150 ~]# cat /etc/rhsm/rhsm.conf | grep proxy
# an http proxy server to use
proxy_hostname = auto-services.usersys.redhat.com
# port for http proxy server
proxy_port = 3129
# user name for authenticating to an http proxy, if needed
proxy_user =
# password for basic http proxy auth, if needed
proxy_password =
# host/domain suffix blacklist for proxy, if needed
no_proxy =

Comment 5 Shwetha Kallesh 2017-12-09 04:24:18 UTC
Created attachment 1365157 [details]
Doesnot prefill proxy details in Subscription-manager tab

Sorry about the wrong screenshot, I dont see the proxy details being prefilled in subscription-manager tab too with followng version of subscription-manager-cockpit

[root@dhcp35-150 ~]# rpm -qa | grep subscription-manager-cockpit
subscription-manager-cockpit-1.20.7-1.el7.noarch

Proxy details in the rhsm.conf file:
[root@dhcp35-150 ~]# cat /etc/rhsm/rhsm.conf | grep proxy
# an http proxy server to use
proxy_hostname = auto-services.usersys.redhat.com
# port for http proxy server
proxy_port = 3129
# user name for authenticating to an http proxy, if needed
proxy_user =
# password for basic http proxy auth, if needed
proxy_password =
# host/domain suffix blacklist for proxy, if needed
no_proxy =

Comment 6 Shwetha Kallesh 2017-12-15 09:05:48 UTC
Created attachment 1368400 [details]
proxy details are pre-filled with values from rhsm.conf file

Proxy details are pre-filled with values from rhsm.conf file so marking bug as verified 

[root@bkr-hv01-guest15 ~]# rpm -qa | grep cockpit
cockpit-ws-154-2.el7.x86_64
cockpit-doc-154-2.el7.x86_64
cockpit-bridge-154-2.el7.x86_64
cockpit-154-2.el7.x86_64
cockpit-pcp-154-2.el7.x86_64
cockpit-system-154-2.el7.noarch
subscription-manager-cockpit-1.20.8-1.el7.noarch


[root@bkr-hv01-guest15 ~]# cat /etc/rhsm/rhsm.conf | grep proxy
# an http proxy server to use
proxy_hostname = auto-services.usersys.redhat.com 
# port for http proxy server
proxy_port = 3128 
# user name for authenticating to an http proxy, if needed
proxy_user = 
# password for basic http proxy auth, if needed
proxy_password = 
# host/domain suffix blacklist for proxy, if needed
no_proxy =

Comment 9 errata-xmlrpc 2018-04-10 09:51:13 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:0681