[
https://issues.apache.org/jira/browse/NIFI-5596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16617688#comment-16617688
]
ASF GitHub Bot commented on NIFI-5596:
--------------------------------------
Github user MikeThomsen commented on the issue:
https://github.com/apache/nifi/pull/3007
@joewitt I noticed that it adds bouncy castle and jbCrypt. These are
transitive depdenencies that come in from security-utils. Should the be added
to L&N?
```
[INFO] org.apache.nifi:nifi-splunk-nar:nar:1.8.0-SNAPSHOT
[INFO] +- org.apache.nifi:nifi-splunk-processors:jar:1.8.0-SNAPSHOT:compile
[INFO] | +- com.splunk:splunk:jar:1.6.3.0:compile
[INFO] | \- org.apache.nifi:nifi-processor-utils:jar:1.8.0-SNAPSHOT:compile
[INFO] | +- org.apache.nifi:nifi-utils:jar:1.8.0-SNAPSHOT:compile
[INFO] | | \- org.apache.nifi:nifi-api:jar:1.8.0-SNAPSHOT:provided
[INFO] | +-
org.apache.nifi:nifi-security-utils:jar:1.8.0-SNAPSHOT:compile
[INFO] | | +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.11:compile
[INFO] | | +- org.bouncycastle:bcprov-jdk15on:jar:1.59:compile
[INFO] | | +- org.bouncycastle:bcpkix-jdk15on:jar:1.59:compile
[INFO] | | +-
org.apache.nifi:nifi-properties:jar:1.8.0-SNAPSHOT:provided
[INFO] | | \- de.svenkubiak:jBCrypt:jar:0.4.1:compile
[INFO] | +- commons-io:commons-io:jar:2.6:compile
[INFO] | \-
com.fasterxml.jackson.core:jackson-databind:jar:2.9.5:compile
[INFO] | +-
com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.9.5:compile
[INFO] +-
org.apache.nifi:nifi-standard-services-api-nar:nar:1.8.0-SNAPSHOT:compile
```
> GetSplunk 401 unauthorized :Multi-cookie based session is not supported by
> splunk-sdk-java 1.5.0
> ------------------------------------------------------------------------------------------------
>
> Key: NIFI-5596
> URL: https://issues.apache.org/jira/browse/NIFI-5596
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.7.1
> Environment: all
> Reporter: Mohit
> Priority: Major
> Labels: patch-available, pull-request-available
> Fix For: 1.8.0
>
>
> Splunk Rest API server which is load balanced requires the clients must
> support and send cookies with requests. In my corporate environment, Splunk
> 6.6.6 Enterprise is provided in load-balanced way which fails when Nifi tried
> to connect to it.
> Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is
> used in nifi-splunk processor.
>
> Proposed resolution:
> I have updated the version of splunk-sdk-java in pom.xml of
> [nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
> Also, performed the manual testing from the build. It now works fine and
> build is sane. I will propose the PR with this Jira issue.
> *Update*
> Submitted : https://github.com/apache/nifi/pull/3007
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)