You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2015/05/12 07:04:24 UTC

[1/2] incubator-ranger git commit: RANGER-464: Use lower case value for hbase.rpc.protection when enabling ranger hbase plugin

Repository: incubator-ranger
Updated Branches:
  refs/heads/master f991a8b62 -> 603812176


RANGER-464: Use lower case value for hbase.rpc.protection when enabling ranger hbase plugin

Signed-off-by: sneethiraj <sn...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/ff9609cf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/ff9609cf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/ff9609cf

Branch: refs/heads/master
Commit: ff9609cf7f77074fd291250f32f8494786415982
Parents: 2a429d7
Author: Velmurugan Periasamy <ve...@apache.org>
Authored: Fri May 8 13:24:40 2015 -0400
Committer: sneethiraj <sn...@apache.org>
Committed: Mon May 11 22:03:53 2015 -0700

----------------------------------------------------------------------
 hbase-agent/conf/hbase-site-changes.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/ff9609cf/hbase-agent/conf/hbase-site-changes.cfg
----------------------------------------------------------------------
diff --git a/hbase-agent/conf/hbase-site-changes.cfg b/hbase-agent/conf/hbase-site-changes.cfg
index 9b15375..e47f80d 100644
--- a/hbase-agent/conf/hbase-site-changes.cfg
+++ b/hbase-agent/conf/hbase-site-changes.cfg
@@ -18,5 +18,5 @@ hbase.coprocessor.master.classes	org.apache.hadoop.hbase.security.access.AccessC
 hbase.coprocessor.region.classes	org.apache.hadoop.hbase.security.access.AccessController	delval	-	,
 hbase.coprocessor.master.classes	org.apache.ranger.authorization.hbase.RangerAuthorizationCoprocessor append create-if-not-exists ,
 hbase.coprocessor.region.classes	org.apache.ranger.authorization.hbase.RangerAuthorizationCoprocessor append create-if-not-exists ,
-hbase.rpc.protection				PRIVACY		mod create-if-not-exists
+hbase.rpc.protection				privacy		mod create-if-not-exists
 hbase.rpc.engine					org.apache.hadoop.hbase.ipc.SecureRpcEngine  mod create-if-not-exists


[2/2] incubator-ranger git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-ranger

Posted by sn...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-ranger


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/60381217
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/60381217
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/60381217

Branch: refs/heads/master
Commit: 603812176e0f034a7a5b5fd06e5a7cef84442e37
Parents: ff9609c f991a8b
Author: sneethiraj <sn...@apache.org>
Authored: Mon May 11 22:04:13 2015 -0700
Committer: sneethiraj <sn...@apache.org>
Committed: Mon May 11 22:04:13 2015 -0700

----------------------------------------------------------------------
 .../model/RangerPolicyResourceSignature.java    | 80 +++++++++++-------
 .../model/validation/RangerPolicyValidator.java | 44 ++++++----
 .../model/validation/RangerValidator.java       |  8 +-
 .../plugin/store/AbstractServiceStore.java      | 29 ++++---
 .../ranger/plugin/store/ServiceStore.java       |  2 +-
 .../plugin/store/file/ServiceFileStore.java     |  9 ++-
 .../plugin/store/rest/ServiceRESTStore.java     |  2 +-
 .../TestRangerPolicyResourceSignature.java      | 85 ++++++++++++--------
 .../validation/TestRangerPolicyValidator.java   | 36 +++++++--
 .../model/validation/TestRangerValidator.java   | 14 ++--
 .../org/apache/ranger/biz/ServiceDBStore.java   | 21 +++--
 .../java/org/apache/ranger/db/XXPolicyDao.java  | 23 +++++-
 .../resources/META-INF/jpa_named_queries.xml    |  9 ++-
 13 files changed, 239 insertions(+), 123 deletions(-)
----------------------------------------------------------------------