You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by pr...@apache.org on 2020/01/16 06:39:29 UTC

[ranger] 01/02: Revert "set controlName to allow-all when disable presto plugin"

This is an automated email from the ASF dual-hosted git repository.

pradeep pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit 8e79c971d8cc139f2c719fbc2c5aaa0cc8b7bf72
Author: Pradeep <pr...@apache.org>
AuthorDate: Thu Jan 16 12:08:33 2020 +0530

    Revert "set controlName to allow-all when disable presto plugin"
    
    This reverts commit 281d93f83ec3de932e0fbfdcde4ada2b09145d08.
---
 agents-common/scripts/enable-agent.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/agents-common/scripts/enable-agent.sh b/agents-common/scripts/enable-agent.sh
index ad021fe..badea18 100755
--- a/agents-common/scripts/enable-agent.sh
+++ b/agents-common/scripts/enable-agent.sh
@@ -787,7 +787,7 @@ then
 	then
 		controlName="ranger"
 	else
-		controlName="allow-all"
+		controlName=""
 	fi
 	dt=`date '+%Y%m%d%H%M%S'`
 	fn=`ls ${HCOMPONENT_CONF_DIR}/access-control.properties 2> /dev/null`