Async support for WebIdentityTokenCredentialsProvider
- Dominant language
- Java
- Stars
- 2.6k
- Forks
- 1k
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 51
Description
### Describe the feature
Add support for WebIdentityTokenCredentialsProvider to use an async client
### Use Case
Same use case than in this previous issue : https://github.com/aws/aws-sdk-java-v2/issues/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
- [ ] 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
Contributor guide
Assessment
This issue has not been assessed yet.