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

SQS Queue not encrypted in AWS #2389

Closed
mariusfilipowski opened this issue Aug 31, 2022 · 4 comments · Fixed by #2431
Closed

SQS Queue not encrypted in AWS #2389

mariusfilipowski opened this issue Aug 31, 2022 · 4 comments · Fixed by #2431
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@mariusfilipowski
Copy link
Contributor

Currently, there's a policy for encryption in transit. But I didn't find any working method to provide a AWS or KMS key to be used to encrypt the data at rest in the Queue. Do I miss something here?

@npalm
Copy link
Member

npalm commented Sep 14, 2022

@mariusfilipowski
Copy link
Contributor Author

Sadly this PR only enabled encryption in transit. But the queue itself data at rest is not encrypted. See https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sqs_queue#server-side-encryption-sse
At least sqs_managed_sse_enabled should be set to true. Or if a encryption key has been specified, using this key could also be an option.

@npalm
Copy link
Member

npalm commented Sep 15, 2022

Would you have time to add the encryption via a variable? Suggest we set it default to encrypted.

@npalm npalm added good first issue Good for newcomers help wanted Extra attention is needed labels Sep 15, 2022
@mariusfilipowski
Copy link
Contributor Author

I'll check if this is possible next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants