Repository: incubator-hawq Updated Branches: refs/heads/master cc77b5de0 -> c7717d438
HAWQ-1328. Add deny and exclude policy template for hawq service in ranger. Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/c7717d43 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/c7717d43 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/c7717d43 Branch: refs/heads/master Commit: c7717d43817f781c6ac9a8a7c256f509081fc4da Parents: cc77b5d Author: hubertzhang <[email protected]> Authored: Tue Feb 14 14:20:13 2017 +0800 Committer: chunlingwang and hubertzhang <[email protected]> Committed: Tue Feb 28 10:53:17 2017 +0800 ---------------------------------------------------------------------- ranger-plugin/conf/ranger-servicedef-hawq.json | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/c7717d43/ranger-plugin/conf/ranger-servicedef-hawq.json ---------------------------------------------------------------------- diff --git a/ranger-plugin/conf/ranger-servicedef-hawq.json b/ranger-plugin/conf/ranger-servicedef-hawq.json index 5e22ad1..38f88ea 100644 --- a/ranger-plugin/conf/ranger-servicedef-hawq.json +++ b/ranger-plugin/conf/ranger-servicedef-hawq.json @@ -4,6 +4,7 @@ "label": "HAWQ", "description": "HAWQ", "guid": "1ebb27ee-549a-401d-85ab-818342ca54af", + "options": {"enableDenyAndExceptionsInPolicies": "true"}, "resources": [ {
