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

Add missing QueuePolicy in AWS Playground AppHost #3333

Merged
merged 1 commit into from
Apr 2, 2024
Merged

Add missing QueuePolicy in AWS Playground AppHost #3333

merged 1 commit into from
Apr 2, 2024

Conversation

djonser
Copy link
Contributor

@djonser djonser commented Apr 2, 2024

The sample CloudFormation template configures a subscription for the SQS Queue to receive messages from the SNS Topic, but no QueuePolicy is configured which results in: User: arn:aws:iam::111111111111:user/DUB.SQS is not authorized to perform: sqs:sendmessage on resource: arn:aws:sqs:eu-west-1:222222222222:AspireSampleDevResources-ChatMessagesQueue-abcdef123456 because no resource-based policy allows the sqs:sendmessage action.

This pull request adds a QueuePolicy allowing SNS to deliver messages to the ChatMessagesQueue.

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-codeflow for labeling automated codeflow. intentionally a different color! label Apr 2, 2024
@djonser
Copy link
Contributor Author

djonser commented Apr 2, 2024

@dotnet-policy-service agree

@RussKie RussKie added community-contribution Indicates that the PR has been added by a community member and removed area-codeflow for labeling automated codeflow. intentionally a different color! labels Apr 2, 2024
@RussKie RussKie enabled auto-merge (squash) April 2, 2024 07:36
@RussKie RussKie merged commit f0494ca into dotnet:main Apr 2, 2024
7 checks passed
radical pushed a commit to radical/aspire that referenced this pull request Apr 3, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants