You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Thomas Tauber-Marshall (Jira)" <ji...@apache.org> on 2019/08/27 18:18:00 UTC

[jira] [Created] (IMPALA-8897) Fully qualify all paths on the webserver

Thomas Tauber-Marshall created IMPALA-8897:
----------------------------------------------

             Summary: Fully qualify all paths on the webserver
                 Key: IMPALA-8897
                 URL: https://issues.apache.org/jira/browse/IMPALA-8897
             Project: IMPALA
          Issue Type: Improvement
          Components: Infrastructure
    Affects Versions: Impala 3.4.0
            Reporter: Thomas Tauber-Marshall
            Assignee: Thomas Tauber-Marshall


In order to support Knox proxying of the debug webui, we should fully qualify all links on our debug web ui with the host:port.

This will allow us to create rewrite rules that do the transform:
<a href="host:port/path">...</a>
=>
<a href="<knox-host>/topology/impalaui/path?host=host&port=port>...</a>

One complication is preventing regressions when future links are added, since this is a difficult thing to test for



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org