-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74116/
-----------------------------------------------------------
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