-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74528/
-----------------------------------------------------------
(Updated Aug. 1, 2023, 7:07 a.m.)
Review request for ranger, Madhan Neethiraj and Subhrat Chaudhary.
Summary (updated)
-----------------
RANGER-4325: GDS: Need api for collective search of user/group/roles
Bugs: RANGER-4325
https://issues.apache.org/jira/browse/RANGER-4325
Repository: ranger
Description
-------
We get users,groups,roles all we get in response from one API
(/xusers/users/groups/roles) we can also pass Query Params like name,isVisible
Also we can PartialSearch Name for users,groups,roles
Diffs (updated)
-----
security-admin/src/main/java/org/apache/ranger/rest/XUserREST.java 9a2253a3d
Diff: https://reviews.apache.org/r/74528/diff/2/
Changes: https://reviews.apache.org/r/74528/diff/1-2/
Testing
-------
We get users,groups,roles combined in response from API
(/xusers/users/groups/roles) we can pass query params like name(PartialSearch
Available),isVisible to filter the users,groups,roles we get in response
Thanks,
Prashant Satam