You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Bryan Bende (JIRA)" <ji...@apache.org> on 2016/09/12 14:53:22 UTC

[jira] [Assigned] (NIFI-2568) Add Kerberos Support to Solr Processors

     [ https://issues.apache.org/jira/browse/NIFI-2568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Bende reassigned NIFI-2568:
---------------------------------

    Assignee: Bryan Bende

> Add Kerberos Support to Solr Processors
> ---------------------------------------
>
>                 Key: NIFI-2568
>                 URL: https://issues.apache.org/jira/browse/NIFI-2568
>             Project: Apache NiFi
>          Issue Type: Improvement
>    Affects Versions: 1.0.0, 0.7.0
>            Reporter: Bryan Bende
>            Assignee: Bryan Bende
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> We should add support to the Solr processors for interacting with a kerberized Solr cloud instance. The following pages described how Kerberos works in Solr:
> https://cwiki.apache.org/confluence/display/solr/Kerberos+Authentication+Plugin
> From a client perspective it says you need the following:
> {code}
> System.setProperty("java.security.auth.login.config", "/home/foo/jaas-client.conf");
> HttpClientUtil.setConfigurer(new Krb5HttpClientConfigurer());
> {code}



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