Skip to content

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

Merged
mergify[bot] merged 2 commits intoaws:mainlinefrom
iamhopaul123:quickfix
Jan 27, 2021
Merged

fix(task): use only env security group for task run#1884
mergify[bot] merged 2 commits intoaws:mainlinefrom
iamhopaul123:quickfix

Conversation

@iamhopaul123
Copy link
Copy Markdown
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
Copy Markdown
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! 🕵️‍♀️

Comment thread internal/pkg/task/env_runner_test.go Outdated
},
}
filtersForSecurityGroup := append(filtersForSubnetID, ec2.Filter{
Name: fmt.Sprintf(ec2.TagFilterName, envSecurityGroupCFNLogicalIDTagKey),
Copy link
Copy Markdown
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

4 participants