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
If I understand correctly, the new STSWebIdentityTokenCredentialsProvider didn't add the ability to use an async client. So we still need to add a sync http client on the classpath to use the WebIdentityTokenCredentialsProvider.
Proposed Solution
No response
Other Information
No response
Acknowledgements
I may be able to implement this feature request
This feature might incur a breaking change
AWS Java SDK version used
2.21.16
JDK version used
openjdk version "17.0.1" 2021-10-19
Operating System and version
macOS Monterey
The text was updated successfully, but these errors were encountered:
@tms0 the STS client is only used to make the assumeRoleWithWebIdentity call. Is there any particular reason you need to use the async client? Do you explicitly remove the sync clients from the classpath?
But currently, I have to include both an async client (because I want to do non-blocking programming) and a sync client to use the WebIdentityTokenCredentialsProvider.
As a good practice, and particulary in a Quarkus / GraalVM world, I want to include as few dependencies as possible.
Uh oh!
There was an error while loading. Please reload this page.
Describe the feature
Add support for WebIdentityTokenCredentialsProvider to use an async client
Use Case
Same use case than in this previous issue : #1881
If I understand correctly, the new STSWebIdentityTokenCredentialsProvider didn't add the ability to use an async client. So we still need to add a sync http client on the classpath to use the WebIdentityTokenCredentialsProvider.
Proposed Solution
No response
Other Information
No response
Acknowledgements
AWS Java SDK version used
2.21.16
JDK version used
openjdk version "17.0.1" 2021-10-19
Operating System and version
macOS Monterey
The text was updated successfully, but these errors were encountered: