----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75390/ -----------------------------------------------------------
Review request for ranger, Dineshkumar Yadav, Kishor Gollapalliwar, Abhay Kulkarni, Madhan Neethiraj, Mehul Parikh, Pradeep Agrawal, Ramesh Mani, sanket shelar, and Velmurugan Periasamy. Bugs: RANGER-5212 https://issues.apache.org/jira/browse/RANGER-5212 Repository: ranger Description ------- When using the Role Name filter, it only matches values from the Role Name column. It does not match values from the Roles column, even though that column contains the role Diffs ----- agents-common/src/main/java/org/apache/ranger/plugin/store/RolePredicateUtil.java 48254987e agents-common/src/main/java/org/apache/ranger/plugin/util/SearchFilter.java 8f1166f05 security-admin/src/main/java/org/apache/ranger/common/RangerSearchUtil.java f16fd2a1f security-admin/src/main/java/org/apache/ranger/service/RangerRoleServiceBase.java 22867cbe5 security-admin/src/main/webapp/react-webapp/src/views/UserGroupRoleListing/role_details/RoleListing.jsx 9024338d8 Diff: https://reviews.apache.org/r/75390/diff/1/ Testing ------- Tested and Validated search for below API. /roles/lookup/roles?subRoleName=r2 /roles/lookup/roles?subRoleNamePartial=r2 Thanks, Rakesh Gupta