Bryan Bende created NIFI-2568:
---------------------------------

             Summary: 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: 0.7.0, 1.0.0
            Reporter: 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)

Reply via email to