-
Notifications
You must be signed in to change notification settings - Fork 224
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
feat: encrypt sns topic using the ADF CMK KMS Key #429
Conversation
Because ADF already has a KMS key that is used for encryption. It makes sense to use that key for the SNS notifications as well. Issue: awslabs#422
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense.
Might be good to make it configurable going forward but I'm happy with that as is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing this @Nr18.
src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/deployment/global.yml
Outdated
Show resolved
Hide resolved
…otstrap/deployment/global.yml Co-authored-by: Simon Kok <[email protected]>
Ah that makes sense! I applied your suggestion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
Issue #, if available: #422
Description of changes:
Because ADF already has a KMS key that is used for encryption. It makes sense to use that key for the SNS notifications as well.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.