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

Support KMS master key id to encrypt SNS topic #66

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

msrdjan
Copy link

@msrdjan msrdjan commented Jun 2, 2024

what

Add kms_master_key_id variable to be set for the aws_sns_topic resource (default is null, usually set to alias/aws/sns for AWS managed AWS KMS for Amazon SNS).

My second try after #56 was closed. I have checked "Allow edits by maintainers" when creating the PR, so please feel free to modify whatever is needed to be able to merge. Or, of course, let me know and I'll make the change. Thank you!

why

To protect the contents of messages in Amazon SNS topics using keys managed in AWS Key Management Service (AWS KMS).

Resolves Topic does not have encryption enabled AVD-AWS-0095.

references

@msrdjan msrdjan requested review from a team as code owners June 2, 2024 20:02
@mergify mergify bot added the triage Needs triage label Jun 2, 2024
examples/complete/main.tf Outdated Show resolved Hide resolved
@msrdjan msrdjan requested a review from kevcube June 4, 2024 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants