Repository: ranger Updated Branches: refs/heads/master 7d2f886ef -> f3f8ee523 (forced update)
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ranger locally Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/f957fde2 Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/f957fde2 Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/f957fde2 Branch: refs/heads/master Commit: f957fde26c386a6573c8ea1898e90c4a630a03b0 Parents: cd00c10 a4ad1a0 Author: Sailaja Polavarapu <[email protected]> Authored: Thu Apr 19 13:57:48 2018 -0700 Committer: Sailaja Polavarapu <[email protected]> Committed: Fri Apr 20 11:01:43 2018 -0700 ---------------------------------------------------------------------- .../RangerDefaultPolicyEvaluator.java | 12 +- .../hbase/RangerAuthorizationCoprocessor.java | 65 +- .../views/reports/OperationDiffDetail.js | 150 +---- .../views/reports/PlugableServiceDiffDetail.js | 109 ++- .../KnoxPolicyDeleteOperationDiff_tmpl.html | 118 ---- .../reports/KnoxPolicyOperationDiff_tmpl.html | 119 ---- .../KnoxPolicyUpdateOperationDiff_tmpl.html | 207 ------ .../PlugableServicePolicyDeleteDiff_tmpl.html | 34 + .../reports/PlugableServicePolicyDiff_tmpl.html | 34 +- .../PlugableServicePolicyUpdateDiff_tmpl.html | 70 ++ .../reports/PolicyDeleteOperationDiff_tmpl.html | 104 --- .../reports/PolicyOperationDiff_tmpl.html | 105 --- .../reports/PolicyUpdateOperationDiff_tmpl.html | 163 ----- tagsync/scripts/ranger-tagsync-services.sh | 2 +- .../config/UserGroupSyncConfig.java | 11 +- .../process/PolicyMgrUserGroupBuilder.java | 660 +++++++++++++++---- .../conf.dist/ranger-ugsync-default.xml | 4 + .../scripts/ranger-usersync-services.sh | 2 +- 18 files changed, 774 insertions(+), 1195 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ranger/blob/f957fde2/ugsync/src/main/java/org/apache/ranger/unixusersync/config/UserGroupSyncConfig.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ranger/blob/f957fde2/ugsync/src/main/java/org/apache/ranger/unixusersync/process/PolicyMgrUserGroupBuilder.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ranger/blob/f957fde2/unixauthservice/conf.dist/ranger-ugsync-default.xml ----------------------------------------------------------------------
