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
The general pattern here is correct. The behavior of KMSMasterKeyProvider on encrypt is that all master keys must succeed or the entire process will fail.
That said, this should be being swallowed in either a GenerateKeyError or EncryptKeyError to simply say that the master key failed the requested operation.
mattsb42-aws
changed the title
Encrypt throws error when a CMK within KMSMasterKeyProvider is disabled
Encrypt throws incorrect error when a CMK within KMSMasterKeyProvider is disabled
Feb 20, 2019
If a CMK is disabled/deleted within KMSMasterKeyProvider CMKs, the encrypt call throws a couple of errors (below).
The text was updated successfully, but these errors were encountered: