[
https://issues.apache.org/jira/browse/KNOX-3286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18070000#comment-18070000
]
ASF subversion and git services commented on KNOX-3286:
-------------------------------------------------------
Commit 47e8e7a4a37b81c00f66120ca42f8428f503ab1c in knox's branch
refs/heads/master from Hean Chhinling
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=47e8e7a4a ]
KNOX-3286: update rewrite rule to put behind knox-proxy when navigate to
scheduler-ui (#1185)
* KNOX-3286: update rewrite rule to put behind knox-proxy when navigate to
scheduler-ui
* KNOX-3286: add the slash to match the scheduler-ui path
> Put /scheduler-ui behind knox-proxy in YARN UI V2
> -------------------------------------------------
>
> Key: KNOX-3286
> URL: https://issues.apache.org/jira/browse/KNOX-3286
> Project: Apache Knox
> Issue Type: Improvement
> Reporter: chhinlinghean
> Assignee: chhinlinghean
> Priority: Major
> Fix For: 3.0.0
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> https://issues.apache.org/jira/browse/YARN-11938 integrate scheduler-ui in
> YARN UIV2.
> It works perfectly in a non-secure cluster.
> However, in a secure cluster with KNOX:
> - When user view YARN UIV2
> - Navigate to Scheduler-UI navigation bar
> - It will redirect user to \{knox-gateway}/scheduler-ui
> - Which will throw 404 status code because it is not behind knox-proxy
> - In secured cluster, yarn-scheduler-ui is served under /yarn-scheduler-ui
> according to this ticket https://issues.apache.org/jira/browse/KNOX-3249
> Thus the rewrite.xml should be updated for YARNUIV2 to put the /scheduler-ui
> behind KNOX proxy to /yarn-scheduler-ui when user click on navigation bar
> Scheduler UI.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)