[
https://issues.apache.org/jira/browse/KNOX-1866?focusedWorklogId=248081&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-248081
]
ASF GitHub Bot logged work on KNOX-1866:
----------------------------------------
Author: ASF GitHub Bot
Created on: 24/May/19 15:38
Start Date: 24/May/19 15:38
Worklog Time Spent: 10m
Work Description: risdenk commented on issue #94: KNOX-1866 Fix HBase UI
proxying.
URL: https://github.com/apache/knox/pull/94#issuecomment-495681148
Hmmmm so there are 2 concerning errors in the logs when I tested this:
When visiting https://KNOX_HOST:8443/gateway/cluster_1/hbase/webui/
```
2019-05-24 08:34:43,981 ERROR knox.gateway
(UrlRewriteContextImpl.java:resolve(118)) - Failed to find values by parameter
name query.param.host: java.lang.NullPointerException
```
And when clicking on any of the links, end up with this:
https://KNOX_HOST:8443/gateway/cluster_1/hbase/webui/master/processMaster.jsp?host&port
```
2019-05-24 08:33:45,376 INFO knox.gateway
(WhitelistUtils.java:getDispatchWhitelist(63)) - Applying a derived dispatch
whitelist because none is configured in gateway-site:
^\/.*$;^https?:\/\/(.+\.gce\.cloudera\.com):[0-9]+\/?.*$
2019-05-24 08:33:45,377 ERROR knox.gateway
(GatewayDispatchFilter.java:isDispatchAllowed(156)) - The dispatch to
http://null:null/procedures.jsp was disallowed because it fails the dispatch
whitelist validation. See documentation for dispatch whitelisting.
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 248081)
Time Spent: 20m (was: 10m)
> Fix the HBase UI proxying
> -------------------------
>
> Key: KNOX-1866
> URL: https://issues.apache.org/jira/browse/KNOX-1866
> Project: Apache Knox
> Issue Type: Bug
> Reporter: Josh Elser
> Assignee: Josh Elser
> Priority: Major
> Fix For: 1.3.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> There are lots and lots of edges in the HBASEUI service which render the
> system broken.
> I've been able to get everythign working exception the LogLevel servlet. The
> way this one is written in HBase fundamentally makes it impossible to proxy
> it as-is with Knox (at least, given my knowledge).
> There are some trivial HBase changes that need to go in first to make sure
> these rules work as expected.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)