-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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(aws-ec2): fix SecurityGroup's all egress traffic rule #998
Commits on Sep 28, 2018
-
docs(aws-ec2): Explain Security Groups better
Explain how to add rules to Security Groups, and rewrite the section on the Connections object a bit. Fixes #799.
Configuration menu - View commit details
-
Copy full SHA for cf5f9c7 - Browse repository at this point
Copy the full SHA cf5f9c7View commit details
Commits on Oct 11, 2018
-
Mention that no egress rules = all traffic
Rico Huijbers committedOct 11, 2018 Configuration menu - View commit details
-
Copy full SHA for ad7c31c - Browse repository at this point
Copy the full SHA ad7c31cView commit details
Commits on Oct 23, 2018
-
fix(aws-ec2): SecurityGroups ensure outbound rules
Make "allowAllOutbound" traffic a property of a SecurityGroup. By making the SecurityGroup aware of this configuration property, we can make sure that future egress rules don't get added to the SecurityGroup. There's no need to, because all traffic is allowed by default anyway. If we don't do this, our behavior of adding reciprocal rules between SecurityGroups conflicts with CloudFormation's behavior to strip the "default outbound" rule when another rule gets added, and it becomes impossible to configure "all outbound" traffic on a SecurityGroup. Fixes #987.
Rico Huijbers committedOct 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 9c9f912 - Browse repository at this point
Copy the full SHA 9c9f912View commit details -
Rico Huijbers committed
Oct 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 641d888 - Browse repository at this point
Copy the full SHA 641d888View commit details
Commits on Oct 25, 2018
-
Rico Huijbers committed
Oct 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 3fc6c75 - Browse repository at this point
Copy the full SHA 3fc6c75View commit details -
Merge remote-tracking branch 'origin/huijbers/sg-docs' into huijbers/…
…explicit-outbound-asg
Rico Huijbers committedOct 25, 2018 Configuration menu - View commit details
-
Copy full SHA for b168d0f - Browse repository at this point
Copy the full SHA b168d0fView commit details -
Rename AllConnections() -> AllTraffic()
Rico Huijbers committedOct 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 1e04e0f - Browse repository at this point
Copy the full SHA 1e04e0fView commit details -
Merge remote-tracking branch 'origin/master' into huijbers/explicit-o…
…utbound-asg
Rico Huijbers committedOct 25, 2018 Configuration menu - View commit details
-
Copy full SHA for ed013f6 - Browse repository at this point
Copy the full SHA ed013f6View commit details -
Rico Huijbers committed
Oct 25, 2018 Configuration menu - View commit details
-
Copy full SHA for e4b6b3e - Browse repository at this point
Copy the full SHA e4b6b3eView commit details -
Make allowAllOutbound configurable for Lambda
Rico Huijbers committedOct 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 95a39df - Browse repository at this point
Copy the full SHA 95a39dfView commit details