You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by mo...@apache.org on 2020/02/05 21:05:24 UTC

[knox] branch master updated: KNOX-2222 - Fix HBase UI Proxying for HBCK Report page (#254)

This is an automated email from the ASF dual-hosted git repository.

more pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new 704c6ec  KNOX-2222 - Fix HBase UI Proxying for HBCK Report page (#254)
704c6ec is described below

commit 704c6ec8643a7e686868717bf61e0ad2c772a852
Author: Sakthi <sa...@gmail.com>
AuthorDate: Wed Feb 5 13:05:15 2020 -0800

    KNOX-2222 - Fix HBase UI Proxying for HBCK Report page (#254)
---
 .../src/main/resources/services/hbaseui/2.1.0/rewrite.xml              | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gateway-service-definitions/src/main/resources/services/hbaseui/2.1.0/rewrite.xml b/gateway-service-definitions/src/main/resources/services/hbaseui/2.1.0/rewrite.xml
index b8133af..f9d290d 100644
--- a/gateway-service-definitions/src/main/resources/services/hbaseui/2.1.0/rewrite.xml
+++ b/gateway-service-definitions/src/main/resources/services/hbaseui/2.1.0/rewrite.xml
@@ -138,6 +138,9 @@
   <rule dir="OUT" name="HBASEUI/hbase/outbound/master/children" pattern="/processMaster.jsp?{**}">
     <rewrite template="{$frontend[url]}/hbase/webui/master/processMaster.jsp?host={$inboundurl[host]}?port={$inboundurl[port]}?{**}"/>
   </rule>
+  <rule dir="OUT" name="HBASEUI/hbase/outbound/master/children" pattern="/hbck.jsp?{**}">
+    <rewrite template="{$frontend[url]}/hbase/webui/master/hbck.jsp?host={$inboundurl[host]}?port={$inboundurl[port]}?{**}"/>
+  </rule>
 
   <!-- RegionServer UI proxying -->
   <rule dir="IN" name="HBASEUI/hbase/inbound/regionserver/root/qualified" pattern="*://*:*/**/hbase/webui/regionserver?{host}?port}">