Repository: knox Updated Branches: refs/heads/master 7a7450b90 -> 7349a7299
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/7349a729 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/7349a729 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/7349a729 Branch: refs/heads/master Commit: 7349a72993f54028b1d314578a1c0b77327c635b Parents: 7a7450b Author: Larry McCay <[email protected]> Authored: Tue Jul 24 19:06:11 2018 -0400 Committer: Larry McCay <[email protected]> Committed: Tue Jul 24 19:07:06 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/7349a729/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/7349a729/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>
