You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/09/07 02:41:57 UTC

[GitHub] [beam] meowcakes commented on a change in pull request #15461: [BEAM-12845] Add AWS services as a runtime dependency to Spark Job Server to support S3

meowcakes commented on a change in pull request #15461:
URL: https://github.com/apache/beam/pull/15461#discussion_r703137747



##########
File path: sdks/java/io/amazon-web-services2/build.gradle
##########
@@ -39,6 +39,7 @@ dependencies {
   compile library.java.aws_java_sdk2_sdk_core
   compile library.java.aws_java_sdk2_sns
   compile library.java.aws_java_sdk2_sqs
+  compile library.java.aws_java_sdk2_sts

Review comment:
       Any deployment that needs to authenticate by assuming a role using the `AWS_ROLE_ARN` and `AWS_WEB_IDENTITY_TOKEN_FILE` environment variables would need the dependency, although to my knowledge EKS with IAM roles for service accounts is the main use case.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org