This is an automated email from the ASF dual-hosted git repository.
pzampino 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 a2c0985f4 KNOX-3095:Added HBase UI proxying for Startup progress (#989)
a2c0985f4 is described below
commit a2c0985f4b9706038037bf199abeffaac007a8df
Author: hingu8103 <[email protected]>
AuthorDate: Tue Feb 18 21:45:41 2025 +0530
KNOX-3095:Added HBase UI proxying for Startup progress (#989)
Co-authored-by: dhingu <[email protected]>
---
.../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 d132f31c0..15d27711e 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
@@ -144,6 +144,9 @@
<rule dir="OUT" name="HBASEUI/hbase/outbound/master/children"
pattern="/namedQueueLog.jsp?{**}">
<rewrite
template="{$frontend[url]}/hbase/webui/master/namedQueueLog.jsp?host={$inboundurl[host]}?port={$inboundurl[port]}?{**}"/>
</rule>
+ <rule dir="OUT" name="HBASEUI/hbase/outbound/master/children"
pattern="/startupProgress.jsp?{**}">
+ <rewrite
template="{$frontend[url]}/hbase/webui/master/startupProgress.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}">