> On Jan. 8, 2016, 4:12 p.m., Madhan Neethiraj wrote: > > src/main/assembly/tagsync.xml, line 72 > > <https://reviews.apache.org/r/42063/diff/1/?file=1187234#file1187234line72> > > > > I guess this is needed only for dev-testing. Please review and remember > > to remove before pushing the commit.
After looking further, I understand audit library reference is added to use MiscUtil.authWithConfig(). I think it will be cleaner to move this implementation to plugins-common library and have tagsync (and MiscUtil.authWithConfig()) use the implementation in plugins-common. - Madhan ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42063/#review113482 ----------------------------------------------------------- On Jan. 8, 2016, 8:21 a.m., Alok Lal wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/42063/ > ----------------------------------------------------------- > > (Updated Jan. 8, 2016, 8:21 a.m.) > > > Review request for ranger, Abhay Kulkarni and Madhan Neethiraj. > > > Bugs: RANGER-801 > https://issues.apache.org/jira/browse/RANGER-801 > > > Repository: ranger > > > Description > ------- > > Enable tagsync to run in secure mode. Please ignore prior review request for > this change. > - Since kafka clients only work with jass files, this change does > authentication only using jass files. Thanks @Abhay for that feedback during > my offline discussion. > - service command passes the jass file argument during startup. > > > Diffs > ----- > > src/main/assembly/tagsync.xml 8adc5cc > tagsync/conf.dist/ranger-tagsync-env-setup-hadoop-home.sh c171d2a > tagsync/scripts/install.properties b5ad580 > tagsync/scripts/ranger-tagsync-services.sh ca82ead > tagsync/scripts/setup.py f7455b8 > tagsync/src/main/java/org/apache/ranger/tagsync/process/TagSyncConfig.java > e1b5130 > > tagsync/src/main/java/org/apache/ranger/tagsync/process/TagSynchronizer.java > 7bae973 > > Diff: https://reviews.apache.org/r/42063/diff/ > > > Testing > ------- > > - Modified the tagsync code by hand to write to hdfs in a secure cluster. > - Current junits all work. > > > Thanks, > > Alok Lal > >
