[
https://issues.apache.org/jira/browse/DRILL-4719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15332707#comment-15332707
]
subbu srinivasan commented on DRILL-4719:
-----------------------------------------
There is a fix already from the hadoop common project.
In the core-site.xml set the following:
<property>
<name>fs.s3a.aws.credentials.provider</name>
<value>com.amazonaws.auth.DefaultAWSCredentialsProviderChain</value>
</property>
The access key/id are no longer required.
> Need To Support IAM role based access for supporting Amazon S3
> --------------------------------------------------------------
>
> Key: DRILL-4719
> URL: https://issues.apache.org/jira/browse/DRILL-4719
> Project: Apache Drill
> Issue Type: Improvement
> Components: Storage - Other
> Affects Versions: 1.6.0
> Reporter: subbu srinivasan
> Labels: security
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> We need amazon secret accessid/credentials as part of the core-site.xml.
> This is not ideal in many deployments, we would use IAM roles to accomplish
> access to s3.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)