[ 
https://issues.apache.org/jira/browse/KNOX-3214?focusedWorklogId=994542&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-994542
 ]

ASF GitHub Bot logged work on KNOX-3214:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Dec/25 12:29
            Start Date: 03/Dec/25 12:29
    Worklog Time Spent: 10m 
      Work Description: smolnar82 commented on code in PR #1116:
URL: https://github.com/apache/knox/pull/1116#discussion_r2584904063


##########
.github/workflows/build/gateway-site.xml:
##########
@@ -0,0 +1,197 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+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.
+-->
+<configuration>
+
+    <property>
+        <name>gateway.service.alias.impl</name>
+        
<value>org.apache.knox.gateway.services.security.impl.RemoteAliasService</value>
+    </property>
+    <property>
+        <name>gateway.port</name>
+        <value>8443</value>
+        <description>The HTTP port for the Gateway.</description>
+    </property>
+
+    <property>
+        <name>gateway.path</name>
+        <value>gateway</value>
+        <description>The default context path for the gateway.</description>
+    </property>
+
+    <property>
+        <name>gateway.gateway.conf.dir</name>
+        <value>deployments</value>
+        <description>The directory within GATEWAY_HOME that contains gateway 
topology files and deployments.</description>
+    </property>
+
+    <property>
+        <name>gateway.hadoop.kerberos.secured</name>
+        <value>false</value>
+        <description>Boolean flag indicating whether the Hadoop cluster 
protected by Gateway is secured with Kerberos</description>
+    </property>
+
+    <property>
+        <name>java.security.krb5.conf</name>
+        <value>/etc/knox/conf/krb5.conf</value>
+        <description>Absolute path to krb5.conf file</description>
+    </property>
+
+    <property>
+        <name>java.security.auth.login.config</name>
+        <value>/etc/knox/conf/krb5JAASLogin.conf</value>
+        <description>Absolute path to JAAS login config file</description>
+    </property>
+
+    <property>
+        <name>sun.security.krb5.debug</name>
+        <value>false</value>
+        <description>Boolean flag indicating whether to enable debug messages 
for krb5 authentication</description>
+    </property>
+
+    <!

Issue Time Tracking
-------------------

    Worklog Id:     (was: 994542)
    Time Spent: 50m  (was: 40m)

> Add docker based integration tests
> ----------------------------------
>
>                 Key: KNOX-3214
>                 URL: https://issues.apache.org/jira/browse/KNOX-3214
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: CI
>            Reporter: Sandeep More
>            Assignee: Sandeep More
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Add support for docker based integration tests.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to