----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/73222/#review222686 -----------------------------------------------------------
Ship it! Ship It! - Mehul Parikh On March 15, 2021, 3:27 p.m., Nitin Galave wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/73222/ > ----------------------------------------------------------- > > (Updated March 15, 2021, 3:27 p.m.) > > > Review request for ranger, Dhaval Shah, Dineshkumar Yadav, Harshal Chavan, > Jayendra Parab, Kishor Gollapalliwar, Madhan Neethiraj, Mahesh Bandal, Mehul > Parikh, Pradeep Agrawal, Ramesh Mani, and Velmurugan Periasamy. > > > Bugs: RANGER-3191 > https://issues.apache.org/jira/browse/RANGER-3191 > > > Repository: ranger > > > Description > ------- > > Currently audit filter feature is implemented with the approach of json > strings directly being added in service config. This Jira is to track an > enhancement to this approach by adding Ranger UI option to configure audit > filters. > > > Diffs > ----- > > security-admin/src/main/webapp/scripts/models/BackboneFormDataType.js > bf048e8 > security-admin/src/main/webapp/scripts/utils/XAUtils.js 600a0fe > security-admin/src/main/webapp/scripts/views/service/AuditFilterConfig.js > PRE-CREATION > > security-admin/src/main/webapp/scripts/views/service/ServiceAuditFilterResources.js > PRE-CREATION > security-admin/src/main/webapp/scripts/views/service/ServiceForm.js 653d3d5 > security-admin/src/main/webapp/scripts/views/users/AddUsersOrGroupsList.js > 3a24690 > security-admin/src/main/webapp/styles/xa.css 80ece70 > security-admin/src/main/webapp/templates/service/AuditFilterItem_tmpl.html > PRE-CREATION > security-admin/src/main/webapp/templates/service/AuditFilterList_tmpl.html > PRE-CREATION > > security-admin/src/main/webapp/templates/service/ServiceAuditFilterResourcesForm_tmpl.html > PRE-CREATION > security-admin/src/main/webapp/templates/service/ServiceForm_tmpl.html > 90ee2a5 > > > Diff: https://reviews.apache.org/r/73222/diff/1/ > > > Testing > ------- > > Verified policy enforcement through new Audit Filter in UI for user and group > > Verified addition and removal of Audit filter entries using UI elements > > Verified Permissions and Operations are getting updated while using UI > elements of Audit filter. > > Verified users are being updated in users sections of the Audit Filters from > externally added sources and unix. > > Verified Access Result works as selected in UI. > > Verified feature where audit filter items are ordered through UI. > > Verified whether users column contains {USER} and {OWNER} > > > Thanks, > > Nitin Galave > >