From c636b5bbedc0cfea1ef1a7414df4c6f7875c5833 Mon Sep 17 00:00:00 2001 From: singalravi Date: Fri, 4 Jun 2021 00:23:21 +0530 Subject: [PATCH] Add aws sts dependency to enable auth using web identity token. see comment in aws-sdk-java-v2 repo: https://github.com/aws/aws-sdk-java-v2/blob/2.13.46/core/auth/src/main/java/software/amazon/awssdk/auth/credentials/WebIdentityTokenFileCredentialsProvider.java#L29-L34 --- .../pinot-file-system/pinot-s3/pom.xml | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/pinot-plugins/pinot-file-system/pinot-s3/pom.xml b/pinot-plugins/pinot-file-system/pinot-s3/pom.xml index 2092d853041..24b65141129 100644 --- a/pinot-plugins/pinot-file-system/pinot-s3/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-s3/pom.xml @@ -104,6 +104,42 @@ + + + software.amazon.awssdk + sts + ${aws.sdk.version} + + + org.apache.logging.log4j + log4j-to-slf4j + + + io.netty + netty-codec + + + io.netty + netty-buffer + + + io.netty + netty-transport + + + io.netty + netty-common + + + org.apache.httpcomponents + httpcore + + + org.apache.httpcomponents + httpclient + + + org.apache.httpcomponents httpclient