-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74623/
-----------------------------------------------------------
Review request for ranger, Brijesh Bhalala, Dhaval Shah, Dineshkumar Yadav,
Kishor Gollapalliwar, Madhan Neethiraj, Mehul Parikh, Mugdha Varadkar, Pradeep
Agrawal, and Velmurugan Periasamy.
Bugs: RANGER-4010
https://issues.apache.org/jira/browse/RANGER-4010
Repository: ranger
Description
-------
Policy model enhancements in RANGER_3796 enable a Ranger policy to be created
with multiple resource sets – like:
* database: [ db1 ], table: [ tbl1 ], column: [ * ]
* database: [ db1 ], udf: [ * ]
* database: [ db2 ], table: [ tbl2 ], column: [ * ]
Policy UI needs to be updated to support multiple resource sets, some what
similar to security-zone UI that allows multiple resource sets to be added in a
zone. For policy UI, I suggest retaining the existing UI for
RangerPolicy.resources and having a separate optional UI (triggered via _More
Resources_ button?) to capture additional resources.
Diffs
-----
security-admin/src/main/webapp/react-webapp/src/components/Editable.jsx
4d6d7d265
security-admin/src/main/webapp/react-webapp/src/styles/style.css 6e8678a57
security-admin/src/main/webapp/react-webapp/src/utils/XAMessages.js aae75199b
security-admin/src/main/webapp/react-webapp/src/utils/XAUtils.js 20dece45f
security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs/PolicyViewDetails.jsx
7d18afbcc
security-admin/src/main/webapp/react-webapp/src/views/PolicyListing/AddUpdatePolicyForm.jsx
688831ea5
security-admin/src/main/webapp/react-webapp/src/views/PolicyListing/PolicyConditionsComp.jsx
47240bce6
security-admin/src/main/webapp/react-webapp/src/views/PolicyListing/PolicyListing.jsx
6d6facb91
security-admin/src/main/webapp/react-webapp/src/views/PolicyListing/PolicyPermissionItem.jsx
821d39370
security-admin/src/main/webapp/react-webapp/src/views/Resources/ModalResourceComp.jsx
5c04ce3b8
security-admin/src/main/webapp/react-webapp/src/views/Resources/ResourceComp.jsx
452f05ace
security-admin/src/main/webapp/react-webapp/src/views/Resources/ResourceSelectComp.jsx
1b8903c97
security-admin/src/main/webapp/react-webapp/src/views/SecurityZone/SecurityZoneForm.jsx
97e6d3b62
security-admin/src/main/webapp/react-webapp/src/views/ServiceManager/ServiceAuditFilter.jsx
7dff7457a
Diff: https://reviews.apache.org/r/74623/diff/1/
Testing
-------
Testing is in progress
Thanks,
Dhaval Rajpara