Skip to content

Conversation

@sbkok
Copy link
Collaborator

@sbkok sbkok commented Dec 14, 2022

Why?

When CloudFormation tries to update a pipeline notification topic, it will perform a list operation on the subscriptions for that topic. This action requires sns:ListSubscriptionsByTopic permissions which is not granted yet.

What?

Added that permissions so it can update the notification topic when required.


By submitting this pull request, I confirm that you can use, modify, copy, and
redistribute this contribution, under the terms of your choice.

**Why?**

When CloudFormation tries to update a pipeline notification topic, it will
perform a list operation on the subscriptions for that topic. This action
requires `sns:ListSubscriptionsByTopic` permissions which is not granted yet.

**What?**

Added that permissions so it can update the notification topic when required.
@sbkok sbkok added the bug Something isn't working label Dec 14, 2022
@sbkok sbkok added this to the v3.2.0 milestone Dec 14, 2022
@StewartW StewartW merged commit d5e4bec into awslabs:master Dec 15, 2022
@sbkok sbkok deleted the fix/pipeline-notification-update-by-cfn branch December 20, 2022 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants