-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74751/
-----------------------------------------------------------
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
98495f6cc
security-admin/src/main/webapp/react-webapp/src/views/PolicyListing/PolicyPermissionItem.jsx
ab9b3ce88
Diff: https://reviews.apache.org/r/74751/diff/1/
Testing
-------
Thanks,
Dhaval Rajpara