You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Sandor Molnar (Jira)" <ji...@apache.org> on 2020/03/03 14:56:00 UTC

[jira] [Updated] (KNOX-2260) Fix context path for Kudu UI in service.xml

     [ https://issues.apache.org/jira/browse/KNOX-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sandor Molnar updated KNOX-2260:
--------------------------------
    Description: 
Kudu UI redirect follows the following pattern:
{code:java}
KNOX_GATEWAY_URL/GATEWAY_PATH/TOPOLOGY/kuduui?scheme=SCHEME&host=HOSTNAME&port=PORT
{code}
This needs to be reflected in Kudu UI's service definition.

  was:
Impala UI redirect follows the following pattern:
{code}
KNOX_GATEWAY_URL/GATEWAY_PATH/TOPOLOGY/impalaui?scheme=SCHEME&host=HOSTNAME&port=PORT
{code}
This needs to be reflected in Impala UI's service definition.


> Fix context path for Kudu UI in service.xml
> -------------------------------------------
>
>                 Key: KNOX-2260
>                 URL: https://issues.apache.org/jira/browse/KNOX-2260
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 1.4.0
>            Reporter: Sandor Molnar
>            Assignee: Sandor Molnar
>            Priority: Major
>             Fix For: 1.4.0
>
>
> Kudu UI redirect follows the following pattern:
> {code:java}
> KNOX_GATEWAY_URL/GATEWAY_PATH/TOPOLOGY/kuduui?scheme=SCHEME&host=HOSTNAME&port=PORT
> {code}
> This needs to be reflected in Kudu UI's service definition.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)