Re: multicore setup and security

2010-02-23 Thread Jorg Heymans
On Tue, Feb 23, 2010 at 10:09 AM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Mon, Feb 22, 2010 at 5:43 PM, Jorg Heymans >wrote: > > > > > What is the recommended pattern for securing a multicore solr instance, > > accessed by different applications ? In our case, we need to preve

Re: multicore setup and security

2010-02-23 Thread Shalin Shekhar Mangar
On Mon, Feb 22, 2010 at 5:43 PM, Jorg Heymans wrote: > > What is the recommended pattern for securing a multicore solr instance, > accessed by different applications ? In our case, we need to prevent > application A from accessing the core of application B. Also, we need to > avoid the use of user

multicore setup and security

2010-02-22 Thread Jorg Heymans
Hi, What is the recommended pattern for securing a multicore solr instance, accessed by different applications ? In our case, we need to prevent application A from accessing the core of application B. Also, we need to avoid the use of username/password authentication wherever possible. I have read