[ 
https://issues.apache.org/jira/browse/SOLR-7274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492590#comment-14492590
 ] 

Ishan Chattopadhyaya edited comment on SOLR-7274 at 4/13/15 4:31 PM:
---------------------------------------------------------------------

Added an updated patch (still WIP). This has:
* Using HttpRequestInterceptor to wrap up the entity into BufferedHttpEntity
* Adding a zk controller instance to a plugin's init()
* Adding support to reconfigure the already configured httpclients of 
ShardHandlerFactory using the plugin's httpclient configurer. This is for the 
httpclients used during internode communication.

Still TODO:
* Tests
* SolrCLI, bin/solr script to use authentication
* Refreshing kerberos credentials (for the kerberos plugin). Maybe go with 
cloudera's approach, to keep things simple, by using the zk jaas configs for 
solr clients?
* ...


was (Author: ichattopadhyaya):
Added an updated patch. This has:
* Using HttpRequestInterceptor to wrap up the entity into BufferedHttpEntity
* Adding a zk controller instance to a plugin's init()
* Adding support to reconfigure the already configured httpclients of 
ShardHandlerFactory using the plugin's httpclient configurer. This is for the 
httpclients used during internode communication.

Still TODO:
* Tests
* SolrCLI, bin/solr script to use authentication
* Refreshing kerberos credentials (for the kerberos plugin). Maybe go with 
cloudera's approach, to keep things simple, by using the zk jaas configs for 
solr clients?
* ...

> Pluggable authentication module in Solr
> ---------------------------------------
>
>                 Key: SOLR-7274
>                 URL: https://issues.apache.org/jira/browse/SOLR-7274
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Anshum Gupta
>         Attachments: SOLR-7274.patch, SOLR-7274.patch, SOLR-7274.patch
>
>
> It would be good to have Solr support different authentication protocols.
> To begin with, it'd be good to have support for kerberos and basic auth.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to