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

fix(task): use only env security group for task run #1884

Merged
merged 2 commits into from
Jan 27, 2021

Conversation

iamhopaul123
Copy link
Contributor

fixes #1882.

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

Copy link
Contributor

@efekarakus efekarakus left a comment

Choose a reason for hiding this comment

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

Great investigation on this! 🕵️‍♀️

@@ -30,6 +30,10 @@ func TestEnvRunner_Run(t *testing.T) {
Values: []string{inApp},
},
}
filtersForSecurityGroup := append(filtersForSubnetID, ec2.Filter{
Name: fmt.Sprintf(ec2.TagFilterName, envSecurityGroupCFNLogicalIDTagKey),
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: Can we use the strings directly? like "tag:aws:cloudformation:logical-id" to make sure that the function under test does the translation properly

@huanjani huanjani added the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label Jan 27, 2021
@iamhopaul123 iamhopaul123 removed the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label Jan 27, 2021
@mergify mergify bot merged commit b469c86 into aws:mainline Jan 27, 2021
thrau pushed a commit to localstack/copilot-cli-local that referenced this pull request Dec 9, 2022
<!-- Provide summary of changes -->
fixes aws#1882.
<!-- Issue number, if available. E.g. "Fixes aws#31", "Addresses aws#42, 77" -->

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

svc delete hangs at UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
3 participants