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
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.
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
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
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
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
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
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
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