You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Mohamed Nouh (Jira)" <ji...@apache.org> on 2020/01/20 21:51:00 UTC

[jira] [Created] (BEAM-9160) Update AWS SDK to support Pod Level Identity

Mohamed Nouh created BEAM-9160:
----------------------------------

             Summary: Update AWS SDK to support Pod Level Identity
                 Key: BEAM-9160
                 URL: https://issues.apache.org/jira/browse/BEAM-9160
             Project: Beam
          Issue Type: Improvement
          Components: dependencies
    Affects Versions: 2.17.0
            Reporter: Mohamed Nouh


Many organizations have started leveraging pod level identity in Kubernetes. The current version of the AWS SDK packaged with Bean 2.17.0 is out of date and doesn't provide native support to pod level identity access management.

 

It is recommended that we introduce support to access AWS resources such as S3 using pod level identity. 

Current Version of the AWS Java SDK in Beam:

def aws_java_sdk_version = "1.11.519"

Proposed AWS Java SDK Version:

<dependency>
 <groupId>com.amazonaws</groupId>
 <artifactId>aws-java-sdk</artifactId>
 <version>1.11.710</version>
</dependency>



--
This message was sent by Atlassian Jira
(v8.3.4#803005)