Re: How to implement security for solr admin page

2019-03-29 Thread Jan Høydahl
You are probably looking for authentication and authorization. The 
documentation has you covered:
https://lucene.apache.org/solr/guide/7_7/securing-solr.html 


--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com

> 28. mar. 2019 kl. 21:14 skrev Jagannath Bilgi :
> 
> Hi Team,
> 
> Working solR search. Able to create schema and query and get results.
> 
> Problem:
> Any one having admin url would be able to read and write to solR.
> There by looking for some mechanism like access_key/userid/password
> etc to prevent unauthorized users to admin url.
> 
> Would you please suggest what would be the best solution.
> 
> Thanks and regards
> 
> Jagannath S Bilgi



How to implement security for solr admin page

2019-03-28 Thread Jagannath Bilgi
Hi Team,

Working solR search. Able to create schema and query and get results.

Problem:
Any one having admin url would be able to read and write to solR.
There by looking for some mechanism like access_key/userid/password
etc to prevent unauthorized users to admin url.

Would you please suggest what would be the best solution.

Thanks and regards

Jagannath S Bilgi