Re: [PR] RANGER-4783: remove duplicates for users/groups/roles during policy validation [ranger]

2024-05-06 Thread via GitHub
mneethiraj merged PR #311: URL: https://github.com/apache/ranger/pull/311 -- 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: dev-unsubscr...@ranger.apache.

Re: [PR] RANGER-4783: remove duplicates for users/groups/roles during policy validation [ranger]

2024-05-06 Thread via GitHub
fateh288 commented on code in PR #311: URL: https://github.com/apache/ranger/pull/311#discussion_r1591489218 ## agents-common/src/main/java/org/apache/ranger/plugin/model/validation/RangerPolicyValidator.java: ## @@ -958,6 +958,22 @@ private String getDuplicate(List values) {

Re: [PR] RANGER-4783: remove duplicates for users/groups/roles during policy validation [ranger]

2024-05-03 Thread via GitHub
mneethiraj commented on code in PR #311: URL: https://github.com/apache/ranger/pull/311#discussion_r1589733127 ## agents-common/src/main/java/org/apache/ranger/plugin/model/validation/RangerPolicyValidator.java: ## @@ -958,6 +958,22 @@ private String getDuplicate(List values) {

Re: [PR] RANGER-4783: remove duplicates for users/groups/roles during policy validation [ranger]

2024-05-03 Thread via GitHub
mneethiraj commented on code in PR #311: URL: https://github.com/apache/ranger/pull/311#discussion_r1589731450 ## agents-common/src/main/java/org/apache/ranger/plugin/model/validation/RangerPolicyValidator.java: ## @@ -958,6 +958,22 @@ private String getDuplicate(List values) {

[PR] RANGER-4783: remove duplicates for users/groups/roles during policy validation [ranger]

2024-04-25 Thread via GitHub
fateh288 opened a new pull request, #311: URL: https://github.com/apache/ranger/pull/311 ## What changes were proposed in this pull request? De-duplicate the users/groups/roles during policy validation when policy created/updated via REST (duplicates are prevented via ranger UI al