[
https://issues.apache.org/jira/browse/NIFI-12997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17833980#comment-17833980
]
ASF subversion and git services commented on NIFI-12997:
--------------------------------------------------------
Commit 7c8b4b8688242f4008b55350bf0c45fede3e1c05 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=7c8b4b8688 ]
NIFI-12997 Corrected AWS STS Version 2 location (#8599)
- Moved STS Version 2 library from nifi-aws-processors to nifi-aws-service-api
- Set nifi-aws-service-api as provided at the bundle level
- Set STS and Auth dependencies as provided in nifi-aws-nar
> Correct AWS STS Version 2 Location
> ----------------------------------
>
> Key: NIFI-12997
> URL: https://issues.apache.org/jira/browse/NIFI-12997
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The AWS STS library for Version 2 is included in {{nifi-aws-processors}}, but
> not in {{nifi-aws-service-api}}. The STS library needs to be in the same
> ClassLoader as the AWS Auth library for runtime credential loading. Version 1
> of the STS library is already included in {{nifi-aws-service-api}} and
> corresponding NAR, which allows S3 Processors to work with STS. Other AWS
> Processors using SDK Version 2 need the STS library moved in order to work
> with this credentials strategy.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)