We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not able to use the SDK with the async (non-blocking) version of the KMS Client
A KmsMasterKeyProvider should be provided from the SDK that internally uses the KmsAsyncClient
The text was updated successfully, but these errors were encountered:
Howdy @mnbattaglia,
The ESDK-Java does not currently support the Async KMS Client. This is a valid feature request. Unfortunately, it is not on our immediate roadmap.
Our immediate response will be to update our docs to clarify that the ESDK-Java does not support the Async KMS Client.
We will leave this issue open, pending resources for us to implement the necessary changes and tests to support the Async Client.
Much Obliged, AWS Crypto Tools
Sorry, something went wrong.
fix(Java): ESDK does not support KmsAsyncClient
0bb2108
Related Issue: aws/aws-encryption-sdk-java#829
No branches or pull requests
Problem:
Not able to use the SDK with the async (non-blocking) version of the KMS Client
Solution:
A KmsMasterKeyProvider should be provided from the SDK that internally uses the KmsAsyncClient
The text was updated successfully, but these errors were encountered: