[
https://issues.apache.org/jira/browse/FLINK-8315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321610#comment-17321610
]
Flink Jira Bot commented on FLINK-8315:
---------------------------------------
This issue and all of its Sub-Tasks have not been updated for 180 days. So, it
has been labeled "stale-minor". If you are still affected by this bug or are
still interested in this issue, please give an update and remove the label. In
7 days the issue will be closed automatically.
> Use AWSCredentialsProvider to get AWS credentials
> -------------------------------------------------
>
> Key: FLINK-8315
> URL: https://issues.apache.org/jira/browse/FLINK-8315
> Project: Flink
> Issue Type: New Feature
> Components: Connectors / Kinesis
> Reporter: Ivan Mushketyk
> Priority: Minor
> Labels: stale-minor
>
> Instead of providing credentials like:
> {code:java}
> Properties consumerConfig = new Properties();
> consumerConfig.put(ConsumerConfigConstants.AWS_REGION, "us-east-1");
> consumerConfig.put(ConsumerConfigConstants.AWS_ACCESS_KEY_ID, "...");
> consumerConfig.put(ConsumerConfigConstants.AWS_SECRET_ACCESS_KEY,
> "...");
> consumerConfig.put(ConsumerConfigConstants.STREAM_INITIAL_POSITION,
> "TRIM_HORIZON");
> {code}
> Kinesis connector could use the AWSCredentialsProvider interface.
> I can contribute it myself, but I wonder if this feature makes sense to you.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)