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
I'm migrating from SDK V2 to V3 and currently, I'm using encrypt and decryptData methods with a CachingCryptoMaterialsManager. These methods are deprecated in V3, my questions are:
What cache mechanism should I use to keep the same behavior? Is it AwsKmsHierarchicalKeyring? I didn't find a documentation for this
How can I migrate without breaking the compatibility? When I promote the changes to production I must be able to continue decrypting old items in the queue for a while. There is no guide to migrate to V3 like other AWS SDKs have to help with this task
Thanks.
The text was updated successfully, but these errors were encountered:
There is currently no equivalent cache mechanism that can be used with components from the MPL. Any applications that have already integrated with the now-deprecated CachingCryptoMaterialsManager are blocked from adopting MPL components until we (AWS Crypto Tools) release the caching CMM in the AWS Cryptographic Material Providers Library (MPL).
Problem:
Hello team
I'm migrating from SDK V2 to V3 and currently, I'm using encrypt and decryptData methods with a
CachingCryptoMaterialsManager
. These methods are deprecated in V3, my questions are:AwsKmsHierarchicalKeyring
? I didn't find a documentation for thisThanks.
The text was updated successfully, but these errors were encountered: