[
https://issues.apache.org/jira/browse/KNOX-3243?focusedWorklogId=1001441&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1001441
]
ASF GitHub Bot logged work on KNOX-3243:
----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Jan/26 19:12
Start Date: 22/Jan/26 19:12
Worklog Time Spent: 10m
Work Description: harshith-21 commented on code in PR #1140:
URL: https://github.com/apache/knox/pull/1140#discussion_r2718244587
##########
gateway-service-definitions/src/main/resources/services/ambari/3.0.0/service.xml:
##########
@@ -0,0 +1,66 @@
+<!--
+ 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="AMBARI" name="ambari" version="3.0.0">
+ <metadata>
+ <type>API</type>
+ <context>/ambari/api</context>
+ <shortDesc>Apache Ambari API</shortDesc>
+ <description>The Ambari API facilitates the management and monitoring
of the resources of an Apache Hadoop cluster.</description>
+ <samples>
+ <sample>
+ <description>Fetch all Ambari-managed clusters</description>
+ <method>GET</method>
+ <path>v1/clusters</path>
+ </sample>
+ <sample>
+ <description>Get the DATANODE component resource for the HDFS
service of the cluster named 'c1'</description>
+ <method>GET</method>
+ <path>v1/clusters/c1/services/HDFS/components/DATANODE</path>
+ </sample>
+ <sample>
+ <description>Create the HDFS service.</description>
+ <method>POST</method>
+ <path>v1/clusters/c1/services/HDFS</path>
+ </sample>
+ <sample>
+ <description>Delete the cluster named 'c1'</description>
+ <method>DELETE</method>
+ <path>v1/clusters/c1</path>
+ </sample>
+ <sample>
+ <description>See the Apache Ambari's REST API documentation
here</description>
+
<value>https://github.com/apache/ambari/blob/trunk/ambari-server/docs/api/v1/index.md</value>
+ </sample>
+ </samples>
+ </metadata>
+ <policies>
+ <policy role="webappsec"/>
+ <policy role="authentication" name="Anonymous"/>
Review Comment:
So, most of the files / code added is a copy of existing
`gateway-service-definitions/src/main/resources/services/ambari/2.2.0` and I
believe this line
```
<policy role="authentication" name="Anonymous"/>
```
is present in the `ambari/2.2.0/service.xml`
And the reason i believe it is that way is to avoid double auth from knox
and then ambari. please correct me if missed anything.
Issue Time Tracking
-------------------
Worklog Id: (was: 1001441)
Time Spent: 1h 20m (was: 1h 10m)
> 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 20m
> 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)