Re: How secure is Zookeeper digest auth?

2018-09-16 Thread Jan Høydahl
SHA256 > > Jan, > >> On 9/16/18 16:22, Jan Høydahl wrote: >> We plan to enable (digest) authentication and ACL with Zookeeper to >> improve security. > > Can you be more explicit? There is HTTP DIGEST auth and then there are > "digested" (hashed) passwords

Re: How secure is Zookeeper digest auth?

2018-09-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jan, On 9/16/18 16:22, Jan Høydahl wrote: > We plan to enable (digest) authentication and ACL with Zookeeper to > improve security. Can you be more explicit? There is HTTP DIGEST auth and then there are "digested" (hashed) passwo

How secure is Zookeeper digest auth?

2018-09-16 Thread Jan Høydahl
Hi, We plan to enable (digest) authentication and ACL with Zookeeper to improve security. However, we have not been able to answer the question of how secure such a setup will be, given that ZK 3.4.x TCP communication is unencrypted. So, do anyone know if ZK sends the password in cleartext

Re: Using SolrJ for digest authentication

2018-02-05 Thread ddramireddy
} } catch (Exception e) { e.printStackTrace(System.err); } } private static HttpSolrClient initialiseSOLRClient() { URL solrURL = null; try { solrURL = new URL("http://localhost:9000/solr";); } catch (MalformedURLExce

Re: Using SolrJ for digest authentication

2018-01-31 Thread Rick Leir
future). I am >setting >authentication for solr. As Solr provided basic authentication is not >working in Solr 6.4.2, I am setting up digest authentication in tomcat >for >Solr. I am able to login into Solr admin application using credentials. > >Now from my Java application, wh

Using SolrJ for digest authentication

2018-01-31 Thread ddramireddy
We are currently deploying Solr in war mode(Yes, recommendation is not war. But this is something I can't change now. Planned for future). I am setting authentication for solr. As Solr provided basic authentication is not working in Solr 6.4.2, I am setting up digest authentication in tomca

Re: solr-user Digest of: get.100322

2014-05-21 Thread Shawn Heisey
On 5/21/2014 7:28 AM, Jack Krupansky wrote: > Just to re-emphasize the point - when provisioning Solr, you need to > ASSURE that the system has enough system memory so that the Solr index > on that system fits entirely in the OS file system cache. No ifs, > ands, or buts. If you fail to follow that

Re: solr-user Digest of: get.100322

2014-05-21 Thread Jack Krupansky
org Subject: Re: solr-user Digest of: get.100322 On 5/20/2014 2:01 AM, Jeongseok Son wrote: Though it uses only small amount of memory I'm worried about memory usage because I have to store so many documents. (32GB RAM / total 5B docs, sum of docs. of all cores) If you've only got 32GB

Re: solr-user Digest of: get.100322

2014-05-20 Thread Shawn Heisey
On 5/20/2014 2:01 AM, Jeongseok Son wrote: > Though it uses only small amount of memory I'm worried about memory > usage because I have to store so many documents. (32GB RAM / total 5B > docs, sum of docs. of all cores) If you've only got 32GB of RAM and there are five billion docs on the system,

Re: solr-user Digest of: get.100322

2014-05-20 Thread Jeongseok Son
um of docs. of all cores) Which docValuesFormat is more appropriate in my case? (Default or Disk?) Can I change it later without re-indexing? On Sat, May 17, 2014 at 9:45 PM, wrote: > > solr-user Digest of: get.100322 > > Topics (messages 100322 through 100322) > > Re: Sorting p

DIGEST authentication with HttpSolrServer not working ... PLEASE HELPPPP !!!

2013-07-24 Thread Simer P
Hey Guys, I was wondering if anyone has successfully been able to connect to SOLR 4.3.1 using DIGEST authentication with HttpSolrServer ? *How I generated the password* ./digest.sh -a md5 admin:secure:password admin:secure:password:e430caca84c337d4b820c44c1ebc943a *I can successfully log in via

Re: Master slave replication with digest authentication

2013-04-17 Thread Shawn Heisey
On 4/17/2013 1:20 AM, Maciej Pestka wrote: Hi, I've configured basic authentication on tomcat & my slave solr instance and it works. Any idea how to configure slave to replicate properly with digest authentication? on Solr WIKI I could find only basic authentication exam

Re: SolrJ and digest authentication

2011-03-10 Thread Erlend Garåsen
I figured it out. Since this Solr server does not has an SSL interface, I had to change the following line from 443 to 80: AuthScope scope = new AuthScope(host, 80, "resin"); Erlend On 09.03.11 17.09, Erlend Garåsen wrote: I'm trying to do a search with SolrJ using digest

SolrJ and digest authentication

2011-03-09 Thread Erlend Garåsen
I'm trying to do a search with SolrJ using digest authentication, but I'm getting the following error: org.apache.solr.common.SolrException: Unauthorized I'm setting up SolrJ this way: HttpClient client = new HttpClient(); List authPrefs = new ArrayList(); authPrefs.add(Au

Re: Does DataImportHandler support Digest authentication

2010-11-04 Thread jayant
I mean to say RESTful Apis. -- View this message in context: http://lucene.472066.n3.nabble.com/Does-DataImportHandler-support-Digest-authentication-tp1844497p1844501.html Sent from the Solr - User mailing list archive at Nabble.com.

Does DataImportHandler support Digest authentication

2010-11-04 Thread jayant
I need to connect to a RETS api through a http url. But the REST service uses digest authentication. Can I use DataImportHandler to pass the credentials for digest authentication? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Does-DataImportHandler-support-Digest

Re: digest

2010-03-10 Thread Dennis Gearon
/10, Chris Hostetter wrote: > From: Chris Hostetter > Subject: Re: digest > To: solr-user@lucene.apache.org > Date: Tuesday, March 9, 2010, 5:43 PM > > : Mailing-List: contact solr-user-h...@lucene.apache.org; > run by ezmlm > : Precedence: bulk > : List-Help: <

Re: digest

2010-03-09 Thread Chris Hostetter
: Mailing-List: contact solr-user-h...@lucene.apache.org; run by ezmlm : Precedence: bulk : List-Help: <mailto:solr-user-h...@lucene.apache.org> ...if you send mail to that address it should have info about subscribing in digest mode. And PS... : Subject: digest : In-Re

Re: digest

2010-03-09 Thread Erick Erickson
Not that I know of, but you can certainly search it at: http://old.nabble.com/Solr-f14479.html or http://www.lucidimagination.com/search/ and there's the Wiki at: http://wiki.apache.org/solr/FrontPage Erick On Tue, Mar 9, 2010 at 7:12 PM, Dennis Gearon wrote: > Is there a digest mode

digest

2010-03-09 Thread Dennis Gearon
Is there a digest mode to this list? It's very active and helpful. I'm just not fully 'dove in' to using it yet. Just need to look in the digests for answers to my questions. Dennis Gearon Signature Warning EARTH has a Right To Life, otherwise we all d