You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Peter Turcsanyi (Jira)" <ji...@apache.org> on 2022/12/15 19:57:00 UTC

[jira] [Created] (NIFI-10987) Add default implementation of AWS SDK V2 credentials in AWSCredentialsProviderService

Peter Turcsanyi created NIFI-10987:
--------------------------------------

             Summary: Add default implementation of AWS SDK V2 credentials in AWSCredentialsProviderService
                 Key: NIFI-10987
                 URL: https://issues.apache.org/jira/browse/NIFI-10987
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Extensions
            Reporter: Peter Turcsanyi
            Assignee: Peter Turcsanyi


NIFI-10791 introduced support for AWS SDK V2 credentials ({{{}AwsCredentialsProviderService.getAwsCredentialsProvider(){}}}). {{AWSCredentialsProviderService}} extends this interface and
{{AWSCredentialsProviderControllerService}} implements the new method but other 3rd party implementors (that are not part of the Apache NiFi code base) would break with this change due to the new interface method.
Add default implementation throwing {{UnsupportedOperationException}} to provide backward compatibility at source level.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)