-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
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
[cloudwatch] SQS connected to SNS don't receive data when using KMS #11122
Comments
I would think that the key needs a permission added to have the SNS service principal be able to encrypt using it. |
I may be mistaken, but this sounds like a duplicate of #2504. |
Experiencing the same issue when using |
I agree with rrhodes, this was fixed by #2504 released in https://github.com/aws/aws-cdk/releases/tag/v1.111.0 (July 2nd 2021). I am guessing sekhavati either used an old version, or did not specify encryptionMasterKey. You must use a custom CMK, not an AWS key, as will be verified if #19796 is implemented. |
|
When SQS is configured with QueueEncryption.KMS and master key is set, it does not successfully receive data from SNS that it is subscribed to.
Reproduction Steps
What did you expect to happen?
Successfully retrieve message from SQS
What actually happened?
When the SNS has delivery logs enabled, the following failure appears in the log:
Environment
CLI Version : 1.70
Framework Version: Python 3.8.5
Node.js Version: v14.11.0
OS : Linux
Language (Version): Python (3.8.5)
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: