Repository: knox Updated Branches: refs/heads/v1.1.0 8b7f02b92 -> 46ba2aaed
KNOX-1398 - WebHDFS and WebHBase APIs listed incorrectly as services that need whitelist enforcement Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/46ba2aae Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/46ba2aae Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/46ba2aae Branch: refs/heads/v1.1.0 Commit: 46ba2aaedf33ac85fc6877783e4c1db2472ebca8 Parents: 8b7f02b Author: Larry McCay <[email protected]> Authored: Tue Jul 24 19:06:11 2018 -0400 Committer: Larry McCay <[email protected]> Committed: Tue Jul 24 19:06:11 2018 -0400 ---------------------------------------------------------------------- CHANGES | 1 + gateway-release/home/conf/gateway-site.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/46ba2aae/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 24641d6..baba48e 100644 --- a/CHANGES +++ b/CHANGES @@ -102,6 +102,7 @@ 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-1398] - WebHDFS and WebHBase APIs listed incorrectly as services that need whitelist enforcement [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/46ba2aae/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 14ee0a1..906cd9a 100644 --- a/gateway-release/home/conf/gateway-site.xml +++ b/gateway-release/home/conf/gateway-site.xml @@ -130,7 +130,7 @@ limitations under the License. </property> <property> <name>gateway.dispatch.whitelist.services</name> - <value>DATANODE,HBASEUI,HDFSUI,JOBHISTORYUI,NODEUI,RESOURCEMANAGER,WEBHBASE,WEBHDFS,YARNUI</value> + <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>
