1132 <property> 1133 <name>solr.auth</name> 1134 <value>false</value> 1135 <description> 1136 Whether to enable HTTP basic authentication for communicating with Solr. 1137 Use the solr.auth.username and solr.auth.password properties to configure 1138 your credentials. 1139 </description> 1140 </property>
http://svn.apache.org/viewvc/nutch/branches/branch-1.4/conf/nutch- default.xml?view=markup On Thursday 01 December 2011 07:21:34 John Whelan wrote: > All, > > I have secured the Solr update URL on Jetty using BASIC security. Is there > a way to pass the ID/password from Nutch 1.3 crawling via a 'nutch crawl > urls/ -dir output -solr http://localhost/solr -depth 3' command*? > > Barring that are there any best practices in security the update/delete > functions in Solr in a way that is Nutch-compatible other than firewalls? > > (I have been looking at IP-level security for Jetty for specific URL > patterns, but it doesn't seem clear that it is do-able. Should I look to > abandon Jetty in favor of an Apache Server or a Resin servlet container?) > > Thanks, > John > > * As a stretch, I did try appending j_username and j_password to the base > URl, but received the response I expected. Further looking at the > underlying Nutch Java source didn't give me more ideas in this approach, > but I might have missed something. > > ----- > Regards, > John > > http://www.whelanlabs.com > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Posting-to-a-secured-Solr-tp3550682p355 > 0682.html Sent from the Nutch - User mailing list archive at Nabble.com. -- Markus Jelsma - CTO - Openindex

