Repository: knox
Updated Branches:
  refs/heads/master 7349a7299 -> aa587bb82


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/aa587bb8
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/aa587bb8
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/aa587bb8

Branch: refs/heads/master
Commit: aa587bb8287b22839b6d12a8cbab032c5b77dfaf
Parents: 7349a72
Author: Larry McCay <[email protected]>
Authored: Wed Jul 25 15:14:40 2018 -0400
Committer: Larry McCay <[email protected]>
Committed: Wed Jul 25 16:51:47 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/aa587bb8/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/aa587bb8/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>

Reply via email to