Re: Is there a way to encrypt username and pass in the solr config file

2013-06-18 Thread Mysurf Mail
@Gora: yes. User name and pass. On Tue, Jun 18, 2013 at 2:57 PM, Gora Mohanty wrote: > On 18 June 2013 17:16, Erick Erickson wrote: > > What do you mean "encrypt"? The stored value? > > the indexed value? Over the wire? > [...] > > My understanding was that he wanted to encrypt the > username/

Re: Is there a way to encrypt username and pass in the solr config file

2013-06-18 Thread Gora Mohanty
On 18 June 2013 17:16, Erick Erickson wrote: > What do you mean "encrypt"? The stored value? > the indexed value? Over the wire? [...] My understanding was that he wanted to encrypt the username/password in the DIH configuration file. "Mysurf Mail", could you please clarify? Regards, Gora

Re: Is there a way to encrypt username and pass in the solr config file

2013-06-18 Thread Erick Erickson
What do you mean "encrypt"? The stored value? the indexed value? Over the wire? Here's the problem with indexing indexed terms... you can't search it reliably. Any decent encryption algorithm isn't going to let you, for instance, search wildcards since the encrypted value for "awesome" better prod

Re: Is there a way to encrypt username and pass in the solr config file

2013-06-17 Thread Gora Mohanty
On 17 June 2013 21:41, Mysurf Mail wrote: > Hi, > I want to encrypt (rsa maybe?) my user name/pass in solr . > Cant leave a simple plain text on the server. > What is the recomended way? I don't think that there is a way to encrypt this information at the moment. The recommended way would be to

Is there a way to encrypt username and pass in the solr config file

2013-06-17 Thread Mysurf Mail
Hi, I want to encrypt (rsa maybe?) my user name/pass in solr . Cant leave a simple plain text on the server. What is the recomended way? Thanks.