[
https://issues.apache.org/jira/browse/SOLR-9324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15668950#comment-15668950
]
ASF GitHub Bot commented on SOLR-9324:
--------------------------------------
GitHub user hgadre opened a pull request:
https://github.com/apache/lucene-solr/pull/117
SOLR-9324: Support Secure Impersonation / Proxy User for solr authentication
A patch against branch_6x. It also includes unit test fixes applied on the
master branch...
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hgadre/lucene-solr SOLR-9324_6x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/117.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #117
----
commit d23d4a424d636b893b9075968ae21edcddb3500c
Author: Gregory Chanan <[email protected]>
Date: 2016-07-25T18:15:48Z
SOLR-9324: Support Secure Impersonation / Proxy User for solr authentication
Conflicts:
solr/CHANGES.txt
solr/core/src/java/org/apache/solr/security/KerberosPlugin.java
commit 74b05ba4e42272571eac33609bc15777d1358827
Author: Gregory Chanan <[email protected]>
Date: 2016-08-06T04:04:58Z
SOLR-9324: Fix local host test assumptions
commit 40ba331403f8e7201d823ab99edecbbda9c46250
Author: Uwe Schindler <[email protected]>
Date: 2016-09-03T08:48:01Z
SOLR-9460: Disable test that does not work with Windows
commit 2d5afdc98eadfa9cc6862f0fa881909c62938af0
Author: Uwe Schindler <[email protected]>
Date: 2016-09-03T18:30:30Z
SOLR-9460: Fully fix test setup
commit 32ccf9f62190f3e867fc7edaad198020635fcd4d
Author: Hrishikesh Gadre <[email protected]>
Date: 2016-11-16T00:32:21Z
SOLR-9324 Fix TestSolrCloudWithSecureImpersonation#testForwarding
----
> Support Secure Impersonation / Proxy User for solr authentication
> -----------------------------------------------------------------
>
> Key: SOLR-9324
> URL: https://issues.apache.org/jira/browse/SOLR-9324
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Components: SolrCloud
> Reporter: Gregory Chanan
> Assignee: Gregory Chanan
> Attachments: SOLR-9324-tests.patch, SOLR-9324.patch, SOLR-9324.patch,
> SOLR-9324.patch, SOLR-9324_branch_6x.patch, build-6025.log
>
>
> Solr should support Proxy User / Secure Impersonation for authentication, as
> supported by hadoop
> (http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/Superusers.html)
> and supported by the hadoop AuthenticationFilter (which we use for the
> KerberosPlugin).
> There are a number of use cases, but a common one is this:
> There is a front end for searches (say, Hue http://gethue.com/) that supports
> its own login mechanisms. If the cluster uses kerberos for authentication,
> hue must have kerberos credentials for each user, which is a pain to manage.
> Instead, hue can be allowed to impersonate known users from known machines so
> it only needs its own kerberos credentials.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]