----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74116/#review224663 -----------------------------------------------------------
Ship it! Ship It! - Madhan Neethiraj On Sept. 13, 2022, 6:59 p.m., Ramachandran Krishnan wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/74116/ > ----------------------------------------------------------- > > (Updated Sept. 13, 2022, 6:59 p.m.) > > > Review request for ranger, Abhay Kulkarni, Madhan Neethiraj, Nikhil P, > Pradeep Agrawal, Ramesh Mani, Selvamohan Neethiraj, Sailaja Polavarapu, and > Velmurugan Periasamy. > > > Bugs: RANGER-3808 > https://issues.apache.org/jira/browse/RANGER-3808 > > > Repository: ranger > > > Description > ------- > > PathParam is missing for the below mentioned API . Due to this , those rest > API's is throwing 404 error > > PUT: /roles/roles/{id}/addUsersAndGroups > > PUT: /roles/roles/{id}/removeAdminFromUsersAndGroups > > PUT: /roles/roles/{id}/removeUsersAndGroups > > > Diffs > ----- > > security-admin/src/main/java/org/apache/ranger/rest/RoleREST.java a2ab49a88 > > > Diff: https://reviews.apache.org/r/74116/diff/1/ > > > Testing > ------- > > Tested the below API's and it is working fine > PUT: /roles/roles/{id}/addUsersAndGroups > > PUT: /roles/roles/{id}/removeAdminFromUsersAndGroups > > PUT: /roles/roles/{id}/removeUsersAndGroups > > > Thanks, > > Ramachandran Krishnan > >
