Skip to content

Commit db03ec3

Browse files
KNOX-2531 Kill Application button in YARN does not work through KNOX (#399)
1 parent 197e92a commit db03ec3

File tree

1 file changed

+1
-1
lines changed
  • gateway-service-definitions/src/main/resources/services/yarnui/2.7.0

1 file changed

+1
-1
lines changed

gateway-service-definitions/src/main/resources/services/yarnui/2.7.0/rewrite.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
</filter>
208208
<filter name="YARNUI/yarn/outbound/filter/cluster">
209209
<content type="*/html">
210-
<apply path="(https?://[^/':,]+:[\d]+)?/ws/v1/cluster/apps/application" rule="YARNUI/yarn/outbound/apps/cluster1"/>
210+
<apply path="https?://[^/':,]+:[\d]+/ws/v1/cluster/apps/application" rule="YARNUI/yarn/outbound/apps/cluster1"/>
211211
<apply path="/ws/v1/.*" rule="YARNUI/yarn/outbound/ws1"/>
212212
<apply path="https?://[^/':,]+:[\d]+/cluster/scheduler.*" rule="YARNUI/yarn/outbound/scheduler1"/>
213213
<apply path="/cluster/scheduler.*" rule="YARNUI/yarn/outbound/scheduler2"/>

0 commit comments

Comments
 (0)