Skip to content
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

Add Server-Side encryption option for SQS, fixes #138 #168

Merged
merged 1 commit into from
Mar 18, 2022

Conversation

salemdar
Copy link
Contributor

@salemdar salemdar commented Feb 18, 2022

Extended SQS options with encryption and encryptionKey to enable Server-Side encryption.
If encryption is set to kmsManaged, key will be managed by SQS.
If it is set to kms, then encryptionKey will be required.

Closes #138

@mnapoli
Copy link
Member

mnapoli commented Mar 18, 2022

Thank you!

@mnapoli mnapoli merged commit e8c6808 into getlift:master Mar 18, 2022
@mnapoli mnapoli added the enhancement New feature or request label Mar 18, 2022
@webmozart
Copy link

webmozart commented May 31, 2023

Is it possible to pass a key defined in my CloudFormation resources somehow?

@mnapoli
Copy link
Member

mnapoli commented May 31, 2023

@webmozart Hey! Judging by the docs & code in the PR (I'm not using that feature) I don't think this is possible. The construct seems to be creating the key itself, and seems to be expecting a key value (not an existing key ID or ARN).

@webmozart
Copy link

@mnapoli Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SQS Server side encryption
3 participants