Skip to content

Commit

Permalink
KNOX-2996 - Add proxy for hdfs UI network topology (#829)
Browse files Browse the repository at this point in the history
Co-authored-by: zhaoshuaihua <zhaoshuaihua@kingsoft.com>
  • Loading branch information
upczsh and zhaoshuaihua authored Mar 5, 2024
1 parent 95d5b6e commit 1b8fe40
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@
<rule dir="OUT" name="HDFSUI/hdfs/outbound/logs/files" pattern="/logs/{**}">
<rewrite template="{gateway.url}/hdfs/logs/{**}?host={$inboundurl[host]}"/>
</rule>
<rule dir="OUT" name="HDFSUI/hdfs/outbound/topology" pattern="topology">
<rewrite template="{gateway.url}/hdfs/topology/?host={$inboundurl[host]}"/>
</rule>

<!-- for explorer page rewrite -->
<rule dir="OUT" name="HDFSUI/hdfs/outbound/explorerhtml/tab-overview" pattern="dfshealth.html#tab-overview">
Expand Down

0 comments on commit 1b8fe40

Please sign in to comment.