Re: How to disable the admin interface

2015-10-15 Thread Ganesh
Hi See if this article helps you. http://www.findbestopensource.com/article-detail/restrict-solr-admin-access It has settings with regard to tomcat. Regards Ganesh On 10/6/2015 2:21 AM, Shawn Heisey wrote: On 10/4/2015 3:07 PM, Siddhartha Singh Sandhu wrote: I am on page with you guys

Re: How to disable the admin interface

2015-10-05 Thread Siddhartha Singh Sandhu
Help please? On Sun, Oct 4, 2015 at 5:07 PM, Siddhartha Singh Sandhu < sandhus...@gmail.com> wrote: > Hi Shawn and Andrew, > > I am on page with you guys about the ssh authentication and communicating > with the API's that SOLR has to provide. I simply don't want the GUI as it > is nobody will

Re: How to disable the admin interface

2015-10-05 Thread Walter Underwood
You understand that disabling the admin API will leave you with an unmaintainable Solr installation, right? You might not even be able to diagnose the problem. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Oct 5, 2015, at 11:34 AM, Siddhartha

Re: How to disable the admin interface

2015-10-05 Thread Upayavira
Well, there's a difference between disabling the UI and disabling the API. The UI can be disabled (I think) by deleting the contents of server/solr-webapp/webapp (leaving behind the WEB-INF directory). But really, all that is doing is hiding a heap of code that is public already. As has been

Re: How to disable the admin interface

2015-10-05 Thread Siddhartha Singh Sandhu
Just put my solr on a private subnet. Nobody can reach it unless I will it. I am just a bit concerned whether the solr requesthandler checks against pen test logic. Thank you for the support everyone. Appreciate it. On Mon, Oct 5, 2015 at 2:43 PM, Upayavira wrote: > Well,

Re: How to disable the admin interface

2015-10-05 Thread Shawn Heisey
On 10/4/2015 3:07 PM, Siddhartha Singh Sandhu wrote: > I am on page with you guys about the ssh authentication and communicating > with the API's that SOLR has to provide. I simply don't want the GUI as it > is nobody will be able to access it once I set the policy on my server > except for

Re: How to disable the admin interface

2015-10-04 Thread Andrea Open Source
Hi, As Shawn is saying, disabling the Admin interface is not the right way to go. If you just disable the admin interface users could still run queries and you don't want that. The solution that you're looking for, is enabling the ssh authentication so only the users with the right certificate

Re: How to disable the admin interface

2015-10-04 Thread Shawn Heisey
On 10/3/2015 9:17 PM, Siddhartha Singh Sandhu wrote: > I want to disable the admin interface in SOLR. I understand that > authentication is available in the solrcloud mode but until that happens I > want to disable the admin interface in my prod environment. > > How can I do this? Why do you

Re: How to disable the admin interface

2015-10-04 Thread Siddhartha Singh Sandhu
Hi Shawn and Andrew, I am on page with you guys about the ssh authentication and communicating with the API's that SOLR has to provide. I simply don't want the GUI as it is nobody will be able to access it once I set the policy on my server except for servers in the same network. Also, now that

RE: How to disable the admin interface

2015-10-03 Thread Siddhartha Singh Sandhu
Hi, I want to disable the admin interface in SOLR. I understand that authentication is available in the solrcloud mode but until that happens I want to disable the admin interface in my prod environment. How can I do this? Regards. Sid.