[ranger] branch master updated: RANGER-3387: Added extra validation for handling PUT/POST requests coming from KNOX proxy with different CSRF header than the one set by the client

2022-07-13 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 3ce8112e7 RANGER-3387: Added extra

[ranger] branch master updated: RANGER-3659: Improved create, update, or delete group user mappings API call to reduce memory usage in ranger admin and use common DB transaction framework

2022-03-10 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new dec71c1 RANGER-3659: Improved create

[ranger] branch master updated: RANGER-3630: Added code to support wildcards, group short names, and list of memberof attribute DNs for computing user search filter

2022-03-08 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 63704db RANGER-3630: Added code to

[ranger] branch master updated: RANGER-3638: Avoid calling rangerSolrAuthorizerImpl close() when the call is for SearchComponent (or Document level authorization)

2022-02-24 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 22d4560 RANGER-3638: Avoid calling

[ranger] branch master updated: RANGER-3403: Incorporated review comments and fixed one regression case where order of roles is not applied properly

2022-02-01 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new f279656 RANGER-3403: Incorporated review

[ranger] branch master updated: RANGER-3438: Optimized code to extract GroupPrincipals from javax Subject and used similar logic for retrieving primaryUser & impersonatedUser from Subject

2021-12-01 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 84cdf59 RANGER-3438: Optimized code to

[ranger] branch master updated: RANGER-3468: Fixed an issue where inactivity timeout request is not handled properly when the requested sessionid is invalid

2021-12-01 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 6678ef7 RANGER-3468: Fixed an issue where

[ranger] branch master updated: RANGER-3515: Enhance Ranger Java client SSL config to be configured using serviceType and AppId

2021-11-22 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new b56aa63 RANGER-3515: Enhance Ranger Java

[ranger] branch master updated: RANGER-3514: Java patch to update sync source on upgrades

2021-11-22 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 5fb097f RANGER-3514: Java patch to update

[ranger] branch master updated: RANGER-3503: Updated Ozone servicedef to make hadoop.security.authorization config an optional property. Also added corresponding upgrade patch

2021-11-10 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 57c6c24 RANGER-3503: Updated Ozone

[ranger] branch master updated: RANGER-3505: modified code to ignore case while validating a user for update

2021-11-10 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 5ca622f RANGER-3505: modified code to

[ranger] branch master updated: RANGER-2846 RANGER-2847: Fix TestConnection and Resource lookup for ozone plugin

2021-10-20 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 27c32c4 RANGER-2846 RANGER-2847: Fix

[ranger] branch master updated: RANGER-3452: Audit otherAttributes and syncSource for updates to users/groups.

2021-10-20 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 4ea9ef6 RANGER-3452: Audit

[ranger] branch master updated: RANGER-3285: Fix missing updates to sync source during upgrades

2021-09-27 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 30e1c9f RANGER-3285: Fix missing updates

[ranger] branch ranger-2.2 updated: RANGER-3363: Added support in ranger admin for handling session timeout requests with knox proxy

2021-08-27 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new fd90d0d RANGER-3363: Added

[ranger] branch master updated: RANGER-3363: Added support in ranger admin for handling session timeout requests with knox proxy

2021-08-27 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new d0b2ab4 RANGER-3363: Added support in

[ranger] branch ranger-2.2 updated: RANGER-3374: Creating new DB transaction for add/update of user group mapping from Ranger Usersync

2021-08-23 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 9360cf0 RANGER-3374: Creating new

[ranger] branch master updated: RANGER-3374: Creating new DB transaction for add/update of user group mapping from Ranger Usersync

2021-08-23 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new f91d702 RANGER-3374: Creating new DB

[ranger] branch ranger-2.2 updated: Introduce new column syncSource for Ranger UI

2021-08-23 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 1ea8274 Introduce new column

[ranger] branch master updated: Introduce new column syncSource for Ranger UI

2021-08-23 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 224e5fb Introduce new column syncSource

[ranger] branch ranger-2.2 updated: RANGER-3333: Removed default audit filter om service user in ozone service def

2021-07-09 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new c8c582d RANGER-: Removed

[ranger] branch master updated: RANGER-3333: Removed default audit filter om service user in ozone service def

2021-07-09 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 66c9534 RANGER-: Removed default

[ranger] branch ranger-2.2 updated: Fixed a minor issue where retry flag is not set properly for unix and file sync sources

2021-06-22 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 0d84828 Fixed a minor issue where

[ranger] branch master updated: Fixed a minor issue where retry flag is not set properly for unix and file sync sources

2021-06-22 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new e56eac1 Fixed a minor issue where retry

[ranger] branch ranger-2.2 updated: RANGER-3143: Fixed issue while retrieving groups with no memberships from Unix sysc source

2021-06-03 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 5bb3142 RANGER-3143: Fixed issue

[ranger] branch master updated: RANGER-3143: Fixed issue while retrieving groups with no memberships from Unix sysc source

2021-06-03 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new a12ed57 RANGER-3143: Fixed issue while

[ranger] branch ranger-2.2 updated: RANGER-3297: Updating user source when same user exists as an internal & later added from external source

2021-05-26 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 2ac6feb RANGER-3297: Updating

[ranger] branch master updated: RANGER-3297: Updating user source when same user exists as an internal & later added from external source

2021-05-26 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 3af3415 RANGER-3297: Updating user source

[ranger] branch ranger-2.2 updated: Added code to log the no. of users/groups that are marked for delete and update it as part of ugsync audits

2021-05-25 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 7691bce Added code to log the no

[ranger] branch master updated: Added code to log the no. of users/groups that are marked for delete and update it as part of ugsync audits

2021-05-25 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 99f7b57 Added code to log the no. of

[ranger] branch ranger-2.2 updated: RANGER-3227-Add-GenericType-for-response-handling

2021-05-19 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new e01d39c RANGER-3227-Add

[ranger] branch master updated: RANGER-3227-Add-GenericType-for-response-handling

2021-05-19 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new c11c781 RANGER-3227-Add-GenericType-for

[ranger] branch ranger-2.2 updated: RANGER-3262: Fixed issue with group membership computation when group member attribute contains short name of the user

2021-05-13 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new a82c5c7 RANGER-3262: Fixed issue

[ranger] branch master updated: RANGER-3262: Fixed issue with group membership computation when group member attribute contains short name of the user

2021-05-13 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 399cc0d RANGER-3262: Fixed issue with

[ranger] branch ranger-2.2 updated: RANGER-3254: Fixed unit test failures that are introduced by previous commit

2021-05-04 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new a8ecae8 RANGER-3254: Fixed unit

[ranger] branch master updated: RANGER-3254: Fixed unit test failures that are introduced by previous commit

2021-05-04 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 775b612 RANGER-3254: Fixed unit test

[ranger] branch ranger-2.2 updated: RANGER-3254 & RANGER-3232: Incorporated review comments and also added couple of unit tests

2021-05-04 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new f84adce RANGER-3254 & RANGER-

[ranger] branch master updated: RANGER-3254 & RANGER-3232: Incorporated review comments and also added couple of unit tests

2021-05-04 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 6f79dd5 RANGER-3254 & RANGER-

[ranger] branch ranger-2.2 updated: RANGER-3266: Removed code to overwrite the Solr's Jaas config as part of initializing solr audit destination connection

2021-05-03 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 360379d RANGER-3266: Removed code

[ranger] branch master updated: RANGER-3266: Removed code to overwrite the Solr's Jaas config as part of initializing solr audit destination connection

2021-05-03 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 9fc74bf RANGER-3266: Removed code to

[ranger] branch ranger-2.2 updated: RANGER-3212: Fix packaging for Java Client

2021-04-08 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 3da2dee RANGER-3212: Fix

[ranger] branch master updated: RANGER-3212: Fix packaging for Java Client

2021-04-08 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 89a803d RANGER-3212: Fix packaging for

[ranger] branch ranger-2.2 updated: RANGER-3207: Incorporate some of the review comments

2021-03-23 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 50992b3 RANGER-3207: Incorporate

[ranger] branch master updated: RANGER-3207: Incorporate some of the review comments

2021-03-23 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new bf25b9b RANGER-3207: Incorporate some of

[ranger] branch ranger-2.2 updated: RANGER-3212: Java client support for kerberos, SSL and packaging

2021-03-22 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new b31f38b RANGER-3212: Java client

[ranger] branch master updated: RANGER-3212: Java client support for kerberos, SSL and packaging

2021-03-22 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 49b7ec4 RANGER-3212: Java client support

[ranger] branch ranger-2.2 updated: RANGER-3203: Minor fix to use constants instead of hardcoded values

2021-03-18 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new aca977f RANGER-3203: Minor fix to

[ranger] branch master updated: RANGER-3203: Minor fix to use constants instead of hardcoded values

2021-03-18 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 698c24b RANGER-3203: Minor fix to use

[ranger] branch ranger-2.2 updated: RANGER-3203: Added back support to allow group search to be disabled and use memberof attribute to retrieve groups

2021-03-17 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 1fd1c1e RANGER-3203: Added back

[ranger] branch master updated: RANGER-3203: Added back support to allow group search to be disabled and use memberof attribute to retrieve groups

2021-03-17 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 34196d0 RANGER-3203: Added back support

[ranger] branch ranger-2.2 updated: RANGER-3190: Skip Python unit tests if requests not present

2021-02-25 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new f5cc668 RANGER-3190: Skip Python

[ranger] branch master updated: RANGER-3190: Skip Python unit tests if requests not present

2021-02-25 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 97847b6 RANGER-3190: Skip Python unit

[ranger] branch ranger-2.2 updated: RANGER-3163: Created individual DB transactions for each create/update user when the request comes from usersync and retry for service user creation

2021-02-23 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 847c280 RANGER-3163: Created

[ranger] branch master updated: RANGER-3163: Created individual DB transactions for each create/update user when the request comes from usersync and retry for service user creation

2021-02-23 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new d256fe7 RANGER-3163: Created individual

[ranger] branch ranger-2.2 updated: RANGER-3175: Adding back support to retrieve users using group member attribute from AD/LDAP

2021-02-10 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new adb0735 RANGER-3175: Adding back

[ranger] branch master updated: RANGER-3175: Fixed PMD violation

2021-02-10 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new aab05b3 RANGER-3175: Fixed PMD violation

[ranger] branch master updated: RANGER-3175: Adding back support to retrieve users using group member attribute from AD/LDAP

2021-02-10 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new daafdf7 RANGER-3175: Adding back support

[ranger] branch ranger-2.2 updated: RANGER-3169: Fixed issue where we are not reading the keystore type and truststore type configuration for LDAPS

2021-02-08 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 11a7bf8 RANGER-3169: Fixed issue

[ranger] branch master updated: RANGER-3169: Fixed issue where we are not reading the keystore type and truststore type configuration for LDAPS

2021-02-08 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new f2e280c RANGER-3169: Fixed issue where we

[ranger] branch ranger-2.2 updated: RANGER-3153: Updated TLS version to 1.2 for ranger

2021-01-28 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 52a0f3d RANGER-3153: Updated TLS

[ranger] branch master updated: RANGER-3153: Updated TLS version to 1.2 for ranger

2021-01-28 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 5df5124 RANGER-3153: Updated TLS version

[ranger] branch ranger-2.2 updated: RANGER-980: Support to update users/groups that are deleted at the sync source

2021-01-08 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 09911ad RANGER-980: Support to

[ranger] branch master updated: RANGER-980: Support to update users/groups that are deleted at the sync source

2021-01-08 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new cb621c3 RANGER-980: Support to update

[ranger] branch ranger-2.2 updated: RANGER-3101: Added error checks while updating users/groups to ranger admin as well as while computing roles

2020-12-16 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 2826e12 RANGER-3101: Added error

[ranger] branch master updated: RANGER-3101: Added error checks while updating users/groups to ranger admin as well as while computing roles

2020-12-16 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 07827e3 RANGER-3101: Added error checks

[ranger] branch ranger-2.2 updated: RANGER-3112: Fixed Ranger usersync test failures

2020-12-14 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 26127d6 RANGER-3112: Fixed Ranger

[ranger] branch master updated: RANGER-3112: Fixed Ranger usersync test failures

2020-12-14 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 71bdeac RANGER-3112: Fixed Ranger

[ranger] branch ranger-2.2 updated: RANGER-3070: Added Support for using {OWNER} placeholder in Ozone plugin default policies and upgrade patch

2020-12-01 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 0b9694d RANGER-3070: Added

[ranger] branch master updated: RANGER-3070: Added Support for using {OWNER} placeholder in Ozone plugin default policies and upgrade patch

2020-12-01 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 2f4277e RANGER-3070: Added Support for

[ranger] branch ranger-2.2 updated: RANGER-3058: [ranger-hive] create table fails when ViewDFS(client side HDFS mounting fs) mount points are targeting to Ozone/S3 FS.

2020-11-13 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 01f3408 RANGER-3058: [ranger-hive

[ranger] branch master updated: RANGER-3058: [ranger-hive] create table fails when ViewDFS(client side HDFS mounting fs) mount points are targeting to Ozone/S3 FS.

2020-11-13 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 6e8873b RANGER-3058: [ranger-hive] create

[ranger] branch ranger-2.2 updated: RANGER-3068: Added code to handle error during initialization as well as while updating users, group, and memberships to ranger admin

2020-11-02 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 6ac6943 RANGER-3068: Added code

[ranger] branch master updated: RANGER-3068: Added code to handle error during initialization as well as while updating users, group, and memberships to ranger admin

2020-11-02 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 38f5bc9 RANGER-3068: Added code to handle

[ranger] branch ranger-2.2 updated: RANGER-3038: Fixed issue with group memberships update to ranger admin

2020-10-14 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 25cd75a RANGER-3038: Fixed issue

[ranger] branch master updated: RANGER-3038: Fixed issue with group memberships update to ranger admin

2020-10-14 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new ac822ee RANGER-3038: Fixed issue with

[ranger] branch ranger-2.2 updated: RANGER-3007: Set the exclude flag to false for volume resource for the exisitng policies during upgrade

2020-09-22 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new cfae5c3 RANGER-3007: Set the

[ranger] branch master updated: RANGER-3007: Set the exclude flag to false for volume resource for the exisitng policies during upgrade

2020-09-22 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 9d3c1eb RANGER-3007: Set the exclude flag

[ranger] branch ranger-2.2 updated: RANGER-2997: Fixed role assignment code to assign only one role to a user - ranger-2.2 branch

2020-09-15 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 0118548 RANGER-2997: Fixed role

[ranger] branch master updated: RANGER-2997: Fixed role assignment code to assign only one role to a user

2020-09-15 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new d99134e RANGER-2997: Fixed role

[ranger] branch ranger-2.2 updated: RANGER-2987: Removed unused ratis jars from ranger admin packaging - ranger-2.2 branch

2020-09-08 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 2c163cd RANGER-2987: Removed

[ranger] branch master updated: RANGER-2987: Removed unused ratis jars from ranger admin packaging

2020-09-08 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 1760b04 RANGER-2987: Removed unused ratis

[ranger] branch ranger-2.2 updated: RANGER-2985, RANGER-2845, and RAGNER-2848: ranger-2.2 branch

2020-09-08 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/ranger-2.2 by this push: new 53938ba RANGER-2985, RANGER-2845

[ranger] branch master updated: RANGER-2985: Fixing PMD violations

2020-09-08 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 28860a9 RANGER-2985: Fixing PMD

[ranger] branch master updated: RANGER-2985, RANGER-2845, and RAGNER-2848: Update ozone service Def, added upgrade patch, and updated ozone plugin pom file to use version from main pom

2020-09-08 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 82edb5b RANGER-2985, RANGER-2845, and

[ranger] branch master updated: RANGER-2940: Fixed PMD volations introduced by previous checkin

2020-09-01 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new bc22c4d RANGER-2940: Fixed PMD volations

[ranger] branch master updated: RANGER-2940: Added code to update user roles when group memberships are changed with AD/LDAP incremental sync

2020-08-31 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 544dcea RANGER-2940: Added code to update

[ranger] branch master updated: RANGER-2927: Python client libraries for Publicv2APIs

2020-08-14 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new a07bde1 RANGER-2927: Python client

[ranger] branch master updated: RANGER-2922: Minor change of moving solr plugin initialization inside synchronized block

2020-07-28 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new b91d21d RANGER-2922: Minor change of

[ranger] branch master updated: Add kerberos and SSL support for client libraries

2020-07-27 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new b51c110 Add kerberos and SSL support for

[ranger] branch master updated: RANGER-2915: Added code to map atlas ozone entities to ranger ozone resources

2020-07-16 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 11a1cf1 RANGER-2915: Added code to map

[ranger] branch master updated: RANGER-2862: Fix Failing Build For Linux

2020-07-07 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 95a1aa5 RANGER-2862: Fix Failing Build

[ranger] branch master updated: RANGER-2862: added Java client library for Ranger REST APIs

2020-07-07 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 8840310 RANGER-2862: added Java client

[ranger] branch master updated: RANGER-2862: Client Code Final Commit

2020-07-07 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new a4cf0b7 RANGER-2862: Client Code Final

[ranger] branch master updated: RANGER-2841: Moved RangerUserStoreRefresher out of RangerUserStoreEnricher and added RangerRESTClient as one of the paramenter for RangerUserStoreRefresher constructor

2020-05-29 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new d8e9c48 RANGER-2841: Moved

[ranger] branch master updated: RANGER-2812: Upgrade Nimbus-Jose-JWT and netty versions

2020-05-12 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 0db8b4f RANGER-2812: Upgrade Nimbus-Jose

[ranger] branch master updated: RANGER-2818: Ozone plugin missing jackson dependecy jars which causes init failures

2020-05-12 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new b374845 RANGER-2818: Ozone plugin missing

[ranger] branch master updated: RANGER-2809: Setting UGI from Jaas config file before initializing solr plugin

2020-04-27 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 2b5fc47 RANGER-2809: Setting UGI from

[ranger] branch master updated: RANGER-2800: Added missing db_version_h table changes for java patch to take effect

2020-04-20 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 53890aa RANGER-2800: Added missing

[ranger] branch master updated: RANGER-2804: Adding libext folder under lib for ozone plugin and added missing dependency jar files

2020-04-20 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new b8a3e18 RANGER-2804: Adding libext folder

[ranger] branch master updated: RANGER-2800: Fixing PMD violations

2020-04-17 Thread spolavarapu
This is an automated email from the ASF dual-hosted git repository. spolavarapu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git The following commit(s) were added to refs/heads/master by this push: new 7bf61cc RANGER-2800: Fixing PMD

  1   2   3   >