Re: Solr Cloud Basic Authentification

2013-10-11 Thread primoz . skale
Cloud Basic Authentification Thank you, But I'm afraid that wiki page does not cover my topic of interest -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Cloud-Basic-Authentification-tp4094903p4094915.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Cloud Basic Authentification

2013-10-11 Thread maephisto
Thank you, But I'm afraid that wiki page does not cover my topic of interest -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Cloud-Basic-Authentification-tp4094903p4094915.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Cloud Basic Authentification

2013-10-11 Thread primoz . skale
solr-user@lucene.apache.org Date: 11.10.2013 11:17 Subject: Re: Solr Cloud Basic Authentification Thank you! I'm more interested in the SolrCloud architecture, with shards, shards replicas and distributed index and search. This are the features i use and would like to protect by some basic a

Re: Solr Cloud Basic Authentification

2013-10-11 Thread maephisto
Thank you! I'm more interested in the SolrCloud architecture, with shards, shards replicas and distributed index and search. This are the features i use and would like to protect by some basic authentification. I imagine that there must be a way to have this, otherwise anybody could mess with or

Re: Solr Cloud Basic Authentification

2013-10-11 Thread Furkan KAMACI
Here is more information about security that you can use: http://wiki.apache.org/solr/SolrSecurity 2013/10/11 maephisto > I've deployed a SolrCloud cluster in Jetty 9 using solr 4.4.0 and I would > like to add some basic authentification. > My question is how can I provide the credentials so th

Re: Solr Cloud Basic Authentification

2013-10-11 Thread primoz . skale
For pre 4.x Solr (aka Solr 3.x) basic authentication works fine. Check this site: http://wiki.apache.org/solr/SolrSecurity Even "master-slave replication architecture" (*not* SolrCloud) works for me. There could be some problems with *cross-shard* queries etc. though (see SOLR-1861, SOLR-3421).