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
Per #310 , our documentation implies that StrictAwsKmsMasterKeyProvider can encrypt and decrypt with alias ARNs. We should update this to make it clearer that you can only encrypt with alias ARNs. Decryption will not succeed since the alias ARN will not match the actual key ARN.
The text was updated successfully, but these errors were encountered:
This issue just bit me while following the Python SDK Example where I intuitively used an alias ARN. I was able to encrypt but not decrypt, getting DecryptKeyError: Unable to decrypt any data key.
Per #310 , our documentation implies that
StrictAwsKmsMasterKeyProvider
can encrypt and decrypt with alias ARNs. We should update this to make it clearer that you can only encrypt with alias ARNs. Decryption will not succeed since the alias ARN will not match the actual key ARN.The text was updated successfully, but these errors were encountered: