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

feat: Add SNS topic delivery status IAM role #178

Merged
merged 4 commits into from
Dec 7, 2022
Merged

feat: Add SNS topic delivery status IAM role #178

merged 4 commits into from
Dec 7, 2022

Conversation

chris3ware
Copy link
Contributor

Description

The purpose of this pull request is to add delivery status logging for the SNS topic. This is achieved by specifying an IAM role with permission to write to CloudWatch logs. If a role is not specified, then a role will be created - if delivery logging is required.

Motivation and Context

I recently worked on a project which required compliance with NCSC Operational Best Practices. SNS delivery status logging must be enabled to comply with this framework. I created the topic outside of the module initially, but thought it would be a useful addition to the module.

Breaking Changes

How Has This Been Tested?

  • ✅ I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • ✅ I have tested and validated these changes using one or more of the provided examples/* projects
  • ✅ I have executed pre-commit run -a on my pull request

* feat: Add SNS topic delivery status IAM role

* fix: Reference to role local value

* fix: Role creation logic
Copy link
Member

@antonbabenko antonbabenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (minor comment), please rebase, and let's merge it :) Thank you!

outputs.tf Outdated Show resolved Hide resolved
chris3ware and others added 2 commits October 25, 2022 14:47
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
@github-actions
Copy link

This PR has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this PR will be closed in 10 days

@github-actions github-actions bot added the stale label Nov 25, 2022
@chris3ware
Copy link
Contributor Author

Hi, is anything else required from me to merge this?

@github-actions github-actions bot removed the stale label Nov 26, 2022
@bryantbiggs bryantbiggs merged commit 2863105 into terraform-aws-modules:master Dec 7, 2022
antonbabenko pushed a commit that referenced this pull request Dec 7, 2022
## [5.5.0](v5.4.1...v5.5.0) (2022-12-07)

### Features

* Add SNS topic delivery status IAM role ([#178](#178)) ([2863105](2863105))
@antonbabenko
Copy link
Member

This PR is included in version 5.5.0 🎉

@github-actions
Copy link

github-actions bot commented Jan 7, 2023

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants