[
https://issues.apache.org/jira/browse/NIFI-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15484782#comment-15484782
]
ASF GitHub Bot commented on NIFI-1768:
--------------------------------------
GitHub user bbende opened a pull request:
https://github.com/apache/nifi/pull/1005
NIFI-1768 Adding TLS/SSL support to Solr processors
NIFI-1980 Added a default value for PutSolrContentStream commitWithIn
NIFI-2568 Added Kerberos support to Solr processors
Upgrading SolrJ to 6.2.
Relevant links for setting up Solr with SSL or Kerberos:
https://cwiki.apache.org/confluence/display/solr/Authentication+and+Authorization+Plugins
https://cwiki.apache.org/confluence/display/solr/Enabling+SSL
https://cwiki.apache.org/confluence/display/solr/Kerberos+Authentication+Plugin
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bbende/nifi solr-security
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/1005.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 #1005
----
commit a11c65c7a3d4bbd8f04a0f0c35ee035c24799368
Author: Bryan Bende <[email protected]>
Date: 2016-09-08T02:11:10Z
NIFI-1768 Adding TLS/SSL support to Solr processors
NIFI-1980 Added a default value for PutSolrContentStream commitWithIn
NIFI-2568 Added Kerberos support to Solr processors
Upgrading SolrJ to 6.2.
----
> Add SSL Support for Solr Processors
> -----------------------------------
>
> Key: NIFI-1768
> URL: https://issues.apache.org/jira/browse/NIFI-1768
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Bryan Bende
> Assignee: Bryan Bende
> Priority: Minor
> Fix For: 1.1.0
>
>
> Currently the Solr processors do not support communicating with a Solr
> instance that is secured with SSL.
> We should be able to add the SSLContextService to the processor and pass an
> SSLContext to the underlying HttpClient used by the SolrClient in the
> SolrProcessor base class.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)