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-manager | Assignee: | candlepin-bugs | ||||||||
| Status: | CLOSED ERRATA | QA Contact: | John Sefler <jsefler> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | 7.5 | CC: | khowell, redakkan, rjerrido, skallesh | ||||||||
| Target Milestone: | rc | Keywords: | 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
        
        
          Jan Stavel
        
        
        
        
        
          2017-09-01 15:30:05 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 =
    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 =
    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 =
    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  |