Closed jvdadda closed 7 months ago
Issue #, if available: https://github.com/aws/aws-msk-iam-auth/issues/168
Description of changes:
When migrating to SDK V2, EC2ContainerCredentialsProviderWrapper have been split into 2 different providers: ContainerCredentialsProvider and InstanceProfileCredentialsProvider (cf: https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/migration-client-credentials.html)
Adding the missing InstanceProfileCredentialsProvider provider
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
When this will get released? We're hitting the same when trying to connect to MSK using 2.1.0.
Issue #, if available: https://github.com/aws/aws-msk-iam-auth/issues/168
Description of changes:
When migrating to SDK V2, EC2ContainerCredentialsProviderWrapper have been split into 2 different providers: ContainerCredentialsProvider and InstanceProfileCredentialsProvider (cf: https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/migration-client-credentials.html)
Adding the missing InstanceProfileCredentialsProvider provider
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.