kimsehwan96 opened a new pull request, #824:
URL: https://github.com/apache/ranger/pull/824

   ## What changes were proposed in this pull request?
   
   Added missing updateUserStoreVersion() call in 
XUserMgr.createOrDeleteXGroupUserList().                                   
                                                                                
                                               
   Currently, when UserSync updates group-user mappings via 
/service/xusers/ugsync/groupusers, the RangerUserStore version is not updated. 
This causes plugins to continue using stale cached userstore data.              
                            
                                                                                
                                               
   Other similar methods like createXGroupUserFromMap() and 
createOrUpdateXGroups() already call updateUserStoreVersion() after modifying 
user/group data.    
   
   ## How was this patch tested?
   - Built locally and deployed to a test environment
   - Verified that groups removed from LDAP source are correctly marked as 
HIDDEN in Ranger after usersync


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to