> On June 5, 2015, 10:07 p.m., Madhan Neethiraj wrote: > > hbase-agent/src/main/java/org/apache/ranger/authorization/hbase/RangerAuthorizationFilter.java, > > line 91 > > <https://reviews.apache.org/r/35162/diff/2/?file=980353#file980353line91> > > > > When the user has family level access, I think we still have to audit > > the access to each column. Please make sure that this is done.
Those for which we know access for certain would have already been logged in the pre-hook. Only those for which audit is ascertained in filter would be logged here. - Alok ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35162/#review86901 ----------------------------------------------------------- On June 6, 2015, 12:37 a.m., Alok Lal wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/35162/ > ----------------------------------------------------------- > > (Updated June 6, 2015, 12:37 a.m.) > > > Review request for ranger and Madhan Neethiraj. > > > Bugs: RANGER-533 > https://issues.apache.org/jira/browse/RANGER-533 > > > Repository: ranger > > > Description > ------- > > - Changed code for filter and authorizer. > - Added misc logging to some classes for ease of debuggin > > > Diffs > ----- > > > hbase-agent/src/main/java/org/apache/ranger/authorization/hbase/RangerAuthorizationCoprocessor.java > abf8a33 > > Diff: https://reviews.apache.org/r/35162/diff/ > > > Testing > ------- > > Testing scenario laid out in the apache JIRA. > > > Thanks, > > Alok Lal > >
