You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside ECS container, DefaultAWSCredentialsProviderChain is getting ECS host profile instead of the taskRoleArn provided in ECS task definition.
We are using amazon_kclpy client to consumer from a stream. Even if we use latest version of this (1.4.3), we have the issue. When I explicitly set AWSCredentialsProvider = EC2ContainerCredentialsProviderWrapper in properties file, I get the below error:
No credential providers specifiedjava com.amazonaws.services.kinesis.multilang.MultiLangDaemon
* [PR awslabs#47]: Update to release 1.7.5 of the Amazon Kinesis Client.
* Additionally updated to version 1.11.115 of the AWS Java SDK.
* Fixes [Issue awslabs#43].
* Fixes [Issue awslabs#27].
* [PR #47]: Update to release 1.7.5 of the Amazon Kinesis Client.
* Additionally updated to version 1.11.115 of the AWS Java SDK.
* Fixes [Issue #43].
* Fixes [Issue #27].
Inside ECS container, DefaultAWSCredentialsProviderChain is getting ECS host profile instead of the taskRoleArn provided in ECS task definition.
We are using amazon_kclpy client to consumer from a stream. Even if we use latest version of this (1.4.3), we have the issue. When I explicitly set AWSCredentialsProvider = EC2ContainerCredentialsProviderWrapper in properties file, I get the below error:
No credential providers specifiedjava com.amazonaws.services.kinesis.multilang.MultiLangDaemon
It looks like this is because the below setup.py is referencing aws-java-sdk-core 1.11.14 here
https://github.com/awslabs/amazon-kinesis-client-python/blob/master/setup.py#L66
However, I see that EC2ContainerCredentialsProviderWrapper is release in 1.11.16 onwards only.
Can you please update https://github.com/awslabs/amazon-kinesis-client-python/blob/master/setup.py to use latest version of aws-java-sdk-* jars?
The text was updated successfully, but these errors were encountered: