Bug 1487600
Summary: | subscription-manager-cockpit does not save proxy settings into /etc/rhsm/rhsm.conf file | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Jan Stavel <jstavel> | ||||
Component: | subscription-manager | Assignee: | Jiri Hnidek <jhnidek> | ||||
Status: | CLOSED ERRATA | QA Contact: | Jan Stavel <jstavel> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 7.5 | CC: | jhnidek, khowell, redakkan, rjerrido, skallesh | ||||
Target Milestone: | rc | Keywords: | Triaged | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | subscription-manager-1.20.10-1 | Doc Type: | No Doc Update | ||||
Doc Text: | 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
Jan Stavel
2017-09-01 11:08:58 UTC
Note: this *may* be fixed simply by using our new D-Bus services. (Dev should verify). It seems that it is necessary to explicitly save proxy settings using D-Bus method Set() from path /com/redhat/RHSM1/Config. Created attachment 1368518 [details]
Proxy details used while registering
Marking bug as failed_qa as I do not see the proxy details used while registering via cockpit being saved into rhsm.conf [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 = # port for http proxy server proxy_port = # 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 = Moving bug to verified as I see the proxy details used while registering via cockpit being saved into rhsm.conf Verifying version: [root@bkr-hv03-guest18 ~]# rpm -qa | grep cockpit cockpit-160-2.el7.x86_64 cockpit-bridge-160-2.el7.x86_64 subscription-manager-cockpit-1.20.10-1.el7.noarch cockpit-system-160-2.el7.noarch cockpit-ws-160-2.el7.x86_64 Before registering: [root@bkr-hv03-guest18 ~]# cat /etc/rhsm/rhsm.conf | grep proxy # an http proxy server to use proxy_hostname = # port for http proxy server proxy_port = # 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 = After Registering: [root@bkr-hv03-guest18 ~]# 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 = 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 |