SamuelGaro commented on code in PR #1125:
URL: https://github.com/apache/syncope/pull/1125#discussion_r2182697959


##########
core/idrepo/logic/src/main/java/org/apache/syncope/core/logic/UserLogic.java:
##########
@@ -188,6 +189,17 @@ public Pair<Integer, List<UserTO>> search(
         return Pair.of(count, result);
     }
 
+    @PreAuthorize("hasRole('" + IdRepoEntitlement.USER_SEARCH + "')")

Review Comment:
   I think is fine, I proceed with the modification



-- 
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...@syncope.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to