On Apr 11, 2013, at 17:12 , adfel70 <adfe...@gmail.com> wrote:
> Hi
> I need to implement security in solr as follows:
> 1. prevent unauthorized users from accessing to solr admin pages.
> 2. prevent unauthorized users from performing solr operations - both /admin
> and /update.
> 
> 
> Is the conclusion of this thread is that this is not possible at the moment?


The "obvious" solution (to me, at least) would be to (1) restrict access to 
solr to localhost, and (2) use a reverse proxy (e.g, apache) on the same node 
to provide authenticated & restricted access to solr. I think I've seen recipes 
for (1), somewhere, and I've used (2) fairly extensively for similar purposes.

Reply via email to