You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Joseph Gresock (JIRA)" <ji...@apache.org> on 2017/04/13 17:08:41 UTC

[jira] [Resolved] (NIFI-3703) Allow AWS processors to use DefaultAWSCredentialsProviderChain

     [ https://issues.apache.org/jira/browse/NIFI-3703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joseph Gresock resolved NIFI-3703.
----------------------------------
    Resolution: Not A Problem

> Allow AWS processors to use DefaultAWSCredentialsProviderChain
> --------------------------------------------------------------
>
>                 Key: NIFI-3703
>                 URL: https://issues.apache.org/jira/browse/NIFI-3703
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>    Affects Versions: 1.1.1
>            Reporter: Joseph Gresock
>            Assignee: Joseph Gresock
>            Priority: Minor
>
> Currently, the AWS processors assume that credentials must always be provided to the AWS SDK constructors.  When no credentials properties are specified, this causes AnonymousAWSCredentials to be used as a constructor argument to the AWS client.  While this may be intended in some cases, we should also allow for the option of not passing in any credentials, which causes the client to use DefaultAWSCredentialsProviderChain.getInstance(), behaving as specified here: http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/java-dg-roles.html



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)