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>
+
+        <!-- Admin View route -->
+        <route path="/ambari/views/ADMIN_VIEW/**/INSTANCE/**/main.js">

Review Comment:
   makes sense, ill get back after testing this. 
   thanks for the suggestion.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to