-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74817/
-----------------------------------------------------------
Review request for ranger, Brijesh Bhalala and Dhaval Rajpara.
Bugs: RANGER-4612
https://issues.apache.org/jira/browse/RANGER-4612
Repository: ranger
Description
-------
Actual -
Found a issue in security zone when a resource lookup for a particular
service is executed. It is not using the current service in case of multiple
services present with same service-def type.
Expected -
Need to use the correct service to trigger a resource lookup API in
security zone.
Diffs
-----
security-admin/src/main/webapp/react-webapp/src/views/SecurityZone/SecurityZoneForm.jsx
90a257ae682a5be613f10810ae7b97bb35c1e286
Diff: https://reviews.apache.org/r/74817/diff/1/
Testing
-------
Tested changes on a cluster setup with Ranger Admin build with React JS code
base.
Verified the current selected service is used for resource lookup in security
zone form while adding resources.
Successful completion of build command :
mvn clean compile package
Thanks,
Mugdha Varadkar