Re: 1.4 Replication

2009-05-27 Thread Matthew Gregg
Bug filed. Thankyou. On Wed, 2009-05-27 at 22:40 +0530, Shalin Shekhar Mangar wrote: > On Wed, May 27, 2009 at 9:01 PM, Matthew Gregg wrote: > > > That is disappointing then. Restricting by IP may be doable, but much > > more work than basic auth. > > > > > The beauty of open source is that this

Re: 1.4 Replication

2009-05-27 Thread Shalin Shekhar Mangar
On Wed, May 27, 2009 at 9:01 PM, Matthew Gregg wrote: > That is disappointing then. Restricting by IP may be doable, but much > more work than basic auth. > > The beauty of open source is that this can be changed :) Please open an issue, we can have basic http authentication made configurable.

Re: 1.4 Replication

2009-05-27 Thread Matthew Gregg
That is disappointing then. Restricting by IP may be doable, but much more work than basic auth. On Wed, 2009-05-27 at 20:41 +0530, Noble Paul നോബിള്‍ नोब्ळ् wrote: > replication has no builtin security > > > > On Wed, May 27, 2009 at 8:37 PM, Matthew Gregg > wrote: > > I would like the to p

Re: 1.4 Replication

2009-05-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
replication has no builtin security On Wed, May 27, 2009 at 8:37 PM, Matthew Gregg wrote: > I would like the to protect both reads and writes. Reads could have a > significant impact.  I guess the answer is no, replication has no built > in security? > > On Wed, 2009-05-27 at 20:11 +0530, Noble

Re: 1.4 Replication

2009-05-27 Thread Matthew Gregg
I would like the to protect both reads and writes. Reads could have a significant impact. I guess the answer is no, replication has no built in security? On Wed, 2009-05-27 at 20:11 +0530, Noble Paul നോബിള്‍ नोब्ळ् wrote: > The question is what all do you wish to protect. > There are 'read' as we

Re: 1.4 Replication

2009-05-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
The question is what all do you wish to protect. There are 'read' as well as 'write' attributes . The reads are the ones which will not cause any harm other than consuming some cpu cycles. The writes are the ones which can change the state of the system. The slave uses the 'read' API's which i f

Re: 1.4 Replication

2009-05-27 Thread Toby Cole
I've not figured out a way to use basic auth with replication. We ended up using IP based auth, it shouldn't be too tricky to add basicauth support as, IIRC, the replication is based on the commons httpclient library. On 27 May 2009, at 15:17, Matthew Gregg wrote: On Wed, 2009-05-27 at 19

Re: 1.4 Replication

2009-05-27 Thread Matthew Gregg
On Wed, 2009-05-27 at 19:06 +0530, Noble Paul നോബിള്‍ नोब्ळ् wrote: > On Wed, May 27, 2009 at 6:48 PM, Matthew Gregg > wrote: > > Does replication in 1.4 support passing credentials/basic auth? If not > > what is the best option to protect replication? > do you mean protecting the url /replicati

Re: 1.4 Replication

2009-05-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Wed, May 27, 2009 at 6:48 PM, Matthew Gregg wrote: > Does replication in 1.4 support passing credentials/basic auth?  If not > what is the best option to protect replication? do you mean protecting the url /replication ? ideally Solr is expected to run in an unprotected environment. if you wis