[
https://issues.apache.org/jira/browse/SOLR-7274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14545992#comment-14545992
]
Ishan Chattopadhyaya edited comment on SOLR-7274 at 5/15/15 6:55 PM:
---------------------------------------------------------------------
Thanks [~anshumg] for the patch. I think it should be possible to fold in all
the changes from the extra "AuthenticationLayerFilter" to SDF. However, at this
point, I am unable to get Kerberos plugin (SOLR-7468) to work with this due to
the fact that the hadoop-auth's AuthenticationFilter (which the plugin is based
on) does a chain.doFilter() for the next filter/servlet in the chain, and this
doesn't work since SDF is the only filter in the chain. I'll try to fix that
for SOLR-7468 later, and then fold in your changes.
Meanwhile, I'm putting out a patch which doesn't contain your changes, and does
the following:
* SolrCLI, bin/solr support for authentication options. (TODO: Windows
bin/solr.cmd changes)
* Fixed a bug where the CUSC wasn't getting configured using the plugin's
client configurer.
Note: I have added code from my patch for SOLR-7545 (which was a blocker for
this issue), which I'll remove from this patch as soon as it gets committed.
was (Author: ichattopadhyaya):
Thanks [~anshumg] for the patch. I think it should be possible to fold in all
the changes from the extra "AuthenticationLayerFilter" to SDF. However, at this
point, I am unable to get Kerberos plugin (SOLR-7468) to work with this due to
the fact that the hadoop-auth's AuthenticationFilter (which the plugin is based
on) does a chain.doFilter() for the next filter/servlet in the chain, and this
doesn't work since SDF is the only filter in the chain. I'll try to fix that
for SOLR-7468 later, and then fold in your changes.
Meanwhile, I'm putting out a patch which doesn't contain your changes, and does
the following:
* SolrCLI, bin/solr support for authentication options. (TODO: Windows
bin/solr.cmd changes)
* Fixed a bug where the CUSC wasn't getting configured using the plugin's
client configurer.
> 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,
> SOLR-7274.patch, SOLR-7274.patch, 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: [email protected]
For additional commands, e-mail: [email protected]