Skip to content

Commit a2c0985

Browse files
authored
KNOX-3095:Added HBase UI proxying for Startup progress (#989)
Co-authored-by: dhingu <dhingu@cloudera.com>
1 parent de3c78c commit a2c0985

File tree

1 file changed

+3
-0
lines changed
  • gateway-service-definitions/src/main/resources/services/hbaseui/2.1.0

1 file changed

+3
-0
lines changed

gateway-service-definitions/src/main/resources/services/hbaseui/2.1.0/rewrite.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@
144144
<rule dir="OUT" name="HBASEUI/hbase/outbound/master/children" pattern="/namedQueueLog.jsp?{**}">
145145
<rewrite template="{$frontend[url]}/hbase/webui/master/namedQueueLog.jsp?host={$inboundurl[host]}?port={$inboundurl[port]}?{**}"/>
146146
</rule>
147+
<rule dir="OUT" name="HBASEUI/hbase/outbound/master/children" pattern="/startupProgress.jsp?{**}">
148+
<rewrite template="{$frontend[url]}/hbase/webui/master/startupProgress.jsp?host={$inboundurl[host]}?port={$inboundurl[port]}?{**}"/>
149+
</rule>
147150

148151
<!-- RegionServer UI proxying -->
149152
<rule dir="IN" name="HBASEUI/hbase/inbound/regionserver/root/qualified" pattern="*://*:*/**/hbase/webui/regionserver?{host}?port}">

0 commit comments

Comments
 (0)