Skip to content

Conversation

@kimsehwan96
Copy link

What changes were proposed in this pull request?

Fixed incorrect condition in computeDeletedGroups() that prevented deleted groups from being marked as HIDDEN. When groups are removed from the sync source (e.g., LDAP), they should be marked as HIDDEN in Ranger. However, due to an inverted condition check, only groups that were already HIDDEN were being processed, while groups that needed to be newly marked as deleted were skipped.

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

Copy link
Contributor

@vyommani vyommani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants