> On March 23, 2019, 4:49 p.m., Don Bosco Durai wrote:
> > embeddedwebserver/src/main/java/org/apache/ranger/server/tomcat/SolrCollectionBoostrapper.java
> > Lines 239 (patched)
> > <https://reviews.apache.org/r/70057/diff/7/?file=2133416#file2133416line239>
> >
> > Any reason we are giving write ot others, but not to group?
>
> bhavik patel wrote:
> Solr user will be creating properties file and data dir on standalone
> location.
> Added comment for other developer reference
Not sure I understood this:
pfpSet.add(PosixFilePermission.OTHERS_EXECUTE);
pfpSet.add(PosixFilePermission.OTHERS_READ);
pfpSet.add(PosixFilePermission.OTHERS_WRITE);
Does this mean everyone (other) has read, write and execute permission?
- Don Bosco
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70057/#review213946
-----------------------------------------------------------
On March 25, 2019, 9:42 a.m., bhavik patel wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/70057/
> -----------------------------------------------------------
>
> (Updated March 25, 2019, 9:42 a.m.)
>
>
> Review request for ranger, Ankita Sinha, Don Bosco Durai, Gautam Borad, Abhay
> Kulkarni, Madhan Neethiraj, Oliver Szabo, Pradeep Agrawal, Ramesh Mani,
> Selvamohan Neethiraj, Sailaja Polavarapu, and Velmurugan Periasamy.
>
>
> Bugs: RANGER-2324
> https://issues.apache.org/jira/browse/RANGER-2324
>
>
> Repository: ranger
>
>
> Description
> -------
>
> We are handling the solr bootstrapping in below mentioned manner for Ranger
> 1.) Connection to solr
> 2.) Upload Configuration
> 3.) Create Collection
> 4.) Setting ACL
>
>
> Diffs
> -----
>
>
> embeddedwebserver/src/main/java/org/apache/ranger/server/tomcat/EmbeddedServer.java
> 8d32352
>
> embeddedwebserver/src/main/java/org/apache/ranger/server/tomcat/SolrCollectionBoostrapper.java
> PRE-CREATION
> security-admin/scripts/install.properties fdcee1b
> security-admin/scripts/setup.sh bd4bd4c
> security-admin/src/main/resources/conf.dist/ranger-admin-default-site.xml
> 686f720
> security-admin/src/main/resources/conf.dist/ranger-admin-site.xml 4d4a1de
> src/main/assembly/admin-web.xml 0296652
>
>
> Diff: https://reviews.apache.org/r/70057/diff/8/
>
>
> Testing
> -------
>
> Tested Below Scenario on ranger manual start / restart
> 1.) Solr configuration were uploaded successfully
> 2.) Solr collections were created successfully
> 3.) ACL were setup as required.
>
>
> Thanks,
>
> bhavik patel
>
>