: I am currently working on SolrCloud and its related security
: configurations for securing Solr web applications using HTTP Basic
: Authentication mechanism. Among the Solr nodes inside the SolrCloud
: clustered env, there seem to be existing some inter-solr-node
: communication issues due t
env, there seem to be
> existing some inter-solr-node communication issues due to the security
> configurations, which are the HTTP Authentication errors. Based on my
> research, the patch SOLR-4470 (Security for inter-solr-node requests) would
> be ideal for resolving these issues (
security configurations,
which are the HTTP Authentication errors. Based on my research, the patch
SOLR-4470 (Security for inter-solr-node requests) would be ideal for resolving
these issues (please refer to the address:
https://wiki.apache.org/solr/SolrSecurity#Security_for_inter-solr-node_requests
This feature is not yet part of Solr, but a feature under development in
SOLR-4470. We encourage you to try it out and report back what worked best for
you.
--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com
Solr Training - www.solrtraining.com
2. mai 2013 kl. 13:58 skre
Here is a part from wiki:
1) Just forward credentials from the "super"-request which caused the
inter-solr-node "sub"-requests
2) Use "internal credentials" provided to the solr-node by the
administrator at startup
what do you use and is there any code example for it?