You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by lm...@apache.org on 2018/07/25 20:51:21 UTC

knox git commit: KNOX-1399 - Duplicate configuration for gateway.dispatch.whitelist in gateway-site.xml OOTB

Repository: knox
Updated Branches:
  refs/heads/v1.1.0 46ba2aaed -> 4359fbe12


KNOX-1399 - Duplicate configuration for gateway.dispatch.whitelist in gateway-site.xml OOTB

Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/4359fbe1
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/4359fbe1
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/4359fbe1

Branch: refs/heads/v1.1.0
Commit: 4359fbe128eb626a096c21d62f25cee6a426efab
Parents: 46ba2aa
Author: Larry McCay <lm...@apache.org>
Authored: Wed Jul 25 15:14:40 2018 -0400
Committer: Larry McCay <lm...@apache.org>
Committed: Wed Jul 25 15:14:40 2018 -0400

----------------------------------------------------------------------
 CHANGES                                    | 3 +++
 gateway-release/home/conf/gateway-site.xml | 8 --------
 2 files changed, 3 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/4359fbe1/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index baba48e..93d39a2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -102,7 +102,10 @@ Release Notes - Apache Knox - Version 1.1.0
     [KNOX-1153] - Service-level overrides for HA provider configuration in generated topologies, and alternate provide config formats.
 
 ** Bug
+    [KNOX-1399] - Duplicate configuration for gateway.dispatch.whitelist in gateway-site.xml OOTB
     [KNOX-1398] - WebHDFS and WebHBase APIs listed incorrectly as services that need whitelist enforcement
+	[KNOX-1397] - Admin UI Topologies List needs to Refresh on New or Deleted Topologies
+	[KNOX-1396] - Admin UI Provider Config wizard URL validation requires a port
     [KNOX-1360] - Fix ambari broken images (Aleksandr Kovalenko via Sandeep More)
     [KNOX-1358] - Create new version definition for SHS (Marco Gaido via lmccay)
     [KNOX-1345] - Fix javadoc errors

http://git-wip-us.apache.org/repos/asf/knox/blob/4359fbe1/gateway-release/home/conf/gateway-site.xml
----------------------------------------------------------------------
diff --git a/gateway-release/home/conf/gateway-site.xml b/gateway-release/home/conf/gateway-site.xml
index 906cd9a..a8dd91f 100644
--- a/gateway-release/home/conf/gateway-site.xml
+++ b/gateway-release/home/conf/gateway-site.xml
@@ -133,14 +133,6 @@ limitations under the License.
         <value>DATANODE,HBASEUI,HDFSUI,JOBHISTORYUI,NODEUI,YARNUI</value>
         <description>The comma-delimited list of service roles for which the gateway.dispatch.whitelist should be applied.</description>
     </property>
-
-    <property>
-        <name>gateway.dispatch.whitelist</name>
-        <value>DEFAULT</value>
-        <description>The whitelist to be applied for dispatches associated with the service roles specified by gateway.dispatch.whitelist.services.
-        If the value is DEFAULT, a domain-based whitelist will be derived from the Knox host.</description>
-    </property>
-
     <property>
         <name>gateway.dispatch.whitelist</name>
         <value>^https?:\/\/(localhost|127\.0\.0\.1|0:0:0:0:0:0:0:1|::1):[0-9].*$</value>