Re: Solr and security

2007-10-25 Thread Nick Jenkin
nal Message- > From: Cool Coder [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 24, 2007 12:17 PM > To: solr-user@lucene.apache.org > Subject: Solr and security > > Hi Group, > As far as I know, to use solr, we need to deploy it as a > server and communicate to solr using

RE: Solr and security

2007-10-24 Thread Cool Coder
Original Message- From: Cool Coder [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 12:17 PM To: solr-user@lucene.apache.org Subject: Solr and security Hi Group, As far as I know, to use solr, we need to deploy it as a server and communicate to solr using http protocol. How about it

RE: Solr and security

2007-10-24 Thread Norskog, Lance
:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 9:25 AM To: solr-user@lucene.apache.org Subject: RE: Solr and security One effective method is to block access to the port Solr runs on. Force application access to come thru the HTTP server, and let it map to the application server (i.e., like

RE: Solr and security

2007-10-24 Thread Wagner,Harry
oder [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 12:17 PM To: solr-user@lucene.apache.org Subject: Solr and security Hi Group, As far as I know, to use solr, we need to deploy it as a server and communicate to solr using http protocol. How about its security? i.e. how

Solr and security

2007-10-24 Thread Cool Coder
Hi Group, As far as I know, to use solr, we need to deploy it as a server and communicate to solr using http protocol. How about its security? i.e. how can we ensure that it only accepts request from predefined set of users only. Is there any way we can specify this in solr or so