Bug 1399369

Summary: [RFE] Add settings key to disable console proxy
Product: Red Hat CloudForms Management Engine Reporter: John Hardy <jhardy>
Component: UI - OPSAssignee: Martin Povolny <mpovolny>
Status: CLOSED CURRENTRELEASE QA Contact: Jeff Teehan <jteehan>
Severity: high Docs Contact:
Priority: high    
Version: 5.7.0CC: akarol, cpelland, dclarizi, hkataria, jhardy, mpovolny, obarenbo, simaishi
Target Milestone: GAKeywords: FutureFeature, TestOnly, ZStream
Target Release: 5.8.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.8.0.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1399677 (view as bug list) Environment:
Last Closed: 2017-06-12 17:27:36 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:
Bug Depends On:    
Bug Blocks: 1399677    

Description John Hardy 2016-11-28 21:43:03 UTC
Using 'server.console_proxy_disabled' set to 'true' the proxying can be
disabled even if the display ticket is being requested by a different
server than the one that originated the request.

This allows the server to behave the same as before Euwe.

This is an addition to the 2 keys:

'server.proxy_port.start', defaults to 6000
'server.proxy_port.end', defaults to 7000

that allow setting of the port range for the console proxy.

as per https://github.com/ManageIQ/manageiq/pull/12675

Comment 3 Dan Clarizio 2016-11-28 23:40:41 UTC
https://github.com/ManageIQ/manageiq/pull/12675

Comment 6 Jeff Teehan 2017-05-02 19:58:27 UTC
Verified the changes are included using 5.8.0.12

  :console_proxy_disabled: true
  :console_proxy_port:
    :start: 6000
    :end: 7000

Moving to verified.