Re: Forwarding authentication credentials in internal node-to-node requests

2013-01-12 Thread Per Steffensen
e.org Subject: Re: Forwarding authentication credentials in internal node-to-node requests Hmmm, it will not work for me. I want the "original" credential forwarded in the sub-requests. The credentials are mapped to permissions (authorization), and basically I dont want a user to be able

RE: Forwarding authentication credentials in internal node-to-node requests

2013-01-11 Thread Markus Jelsma
x27;t know how to obtain the password. -Original message- > From:Per Steffensen > Sent: Fri 11-Jan-2013 15:28 > To: solr-user@lucene.apache.org > Subject: Re: Forwarding authentication credentials in internal node-to-node > requests > > Hmmm, it will not work fo

Re: Forwarding authentication credentials in internal node-to-node requests

2013-01-11 Thread Per Steffensen
ery easy when inside HttpShardHandlerFactory. Cheers -Original message- From:Per Steffensen Sent: Fri 11-Jan-2013 13:07 To: solr-user@lucene.apache.org Subject: Forwarding authentication credentials in internal node-to-node requests Hi I read http://wiki.apache.org/solr/SolrSecurity

RE: Forwarding authentication credentials in internal node-to-node requests

2013-01-11 Thread Markus Jelsma
obtain the original credentials very easy when inside HttpShardHandlerFactory. Cheers -Original message- > From:Per Steffensen > Sent: Fri 11-Jan-2013 13:07 > To: solr-user@lucene.apache.org > Subject: Forwarding authentication credentials in internal node-to-node > req

Forwarding authentication credentials in internal node-to-node requests

2013-01-11 Thread Per Steffensen
Hi I read http://wiki.apache.org/solr/SolrSecurity and know a lot about webcontainer authentication and authorization. Im sure I will be able to set it up so that each solr-node is will require HTTP authentication for (selected) incoming requests. But solr-nodes also make requests among each