[
https://issues.apache.org/jira/browse/KNOX-3243?focusedWorklogId=1001445&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1001445
]
ASF GitHub Bot logged work on KNOX-3243:
----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Jan/26 19:24
Start Date: 22/Jan/26 19:24
Worklog Time Spent: 10m
Work Description: harshith-21 commented on code in PR #1140:
URL: https://github.com/apache/knox/pull/1140#discussion_r2718296564
##########
gateway-service-definitions/src/main/resources/services/ambariui/3.0.0/service.xml:
##########
@@ -0,0 +1,107 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<service role="AMBARIUI" name="ambariui" version="3.0.0">
+ <metadata>
+ <type>UI</type>
+ <context>/ambari/</context>
+ <shortDesc>Apache Ambari Web UI</shortDesc>
+ <description>The Apache Ambari project is aimed at making Hadoop
management simpler by developing software for provisioning, managing, and
monitoring Apache Hadoop clusters.
+ Ambari provides an intuitive, easy-to-use Hadoop management web UI
backed by its RESTful APIs.</description>
+ </metadata>
+ <policies>
+ <policy role="webappsec"/>
+ <policy role="authentication" name="Anonymous"/>
+ <policy role="rewrite"/>
+ <policy role="authorization"/>
+ </policies>
+ <routes>
+ <route path="/ambari">
+ <rewrite apply="AMBARIUI/ambari/inbound/root" to="request.url"/>
+ <rewrite apply="AMBARIUI/ambari/outbound/mainpage"
to="response.body"/>
+ </route>
+ <route path="/ambari/**">
+ <rewrite apply="AMBARIUI/ambari/inbound/path" to="request.url"/>
+ </route>
+ <route path="/ambari/**?**">
+ <rewrite apply="AMBARIUI/ambari/inbound/query" to="request.url"/>
+ </route>
+ <route path="/ambari/**/app.js">
+ <rewrite apply="AMBARIUI/ambari/outbound/links"
to="response.body"/>
+ </route>
+ <route path="/ambari/**/vendor.js">
+ <rewrite apply="AMBARIUI/ambari/outbound/links"
to="response.body"/>
+ </route>
+
+ <!
Issue Time Tracking
-------------------
Worklog Id: (was: 1001445)
Time Spent: 1h 40m (was: 1.5h)
> Add Ambari 3.0.0 support to knox
> --------------------------------
>
> Key: KNOX-3243
> URL: https://issues.apache.org/jira/browse/KNOX-3243
> Project: Apache Knox
> Issue Type: Improvement
> Affects Versions: 2.0.0
> Reporter: Gandhe harshith
> Priority: Major
> Attachments: Screenshot 2026-01-12 at 6.28.38 PM.png, Screenshot
> 2026-01-13 at 4.54.32 PM.png
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> Ambari 3.0.0 has been released. Knox needs updates to Ambari-specific rewrite
> rules and service XML definitions to ensure compatibility and proper support
> for this version.
>
> Before (using ambariui 2.2.0 in knox) !Screenshot 2026-01-12 at 6.28.38
> PM.png|width=561,height=273!
>
> After (using ambariui 3.0.0 in knox which are added via PR)
> !Screenshot 2026-01-13 at 4.54.32 PM.png|width=568,height=291!
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)