Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression in 2.2.0 #187

Closed
jhchee opened this issue Jul 27, 2024 · 3 comments
Closed

Regression in 2.2.0 #187

jhchee opened this issue Jul 27, 2024 · 3 comments

Comments

@jhchee
Copy link

jhchee commented Jul 27, 2024

After upgrading to 2.2.0, services that rely on WebIdentityToken authentication are throwing the following error. This issue doesn't exist in 2.1.1.

Caused by: java.lang.NoSuchMethodError: software.amazon.awssdk.auth.credentials.WebIdentityTokenFileCredentialsProvider$Builder.asyncCredentialUpdateEnabled(Ljava/lang/Boolean;)Lsoftware/amazon/awssdk/auth/credentials/WebIdentityTokenFileCredentialsProvider$Builder;
@jvdadda
Copy link
Contributor

jvdadda commented Aug 2, 2024

Hi, the method have been introduced some time ago inside the AWS SDK, can you give us which version you are using ? The SDK is requesting 2.26.8, cf https://github.com/aws/aws-msk-iam-auth/blob/main/build.gradle#L44

The method have been added in 2.20.62 more than 1 year ago.

@jhchee
Copy link
Author

jhchee commented Aug 7, 2024

@jvdadda I see, that makes sense, I will try to upgrade my SDK version, thanks!

@jhchee jhchee closed this as completed Aug 7, 2024
Copy link

github-actions bot commented Aug 7, 2024

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants