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

provider/openstack: Remove Default Security Group Rules #11466

Merged

Conversation

jtopjian
Copy link
Contributor

This commit removes the default security group rules that are automatically
created when a security group is created. These rules are usually
permissive egress rules which makes it difficult to add more strict egress
security group rules.

Fixes #9799

This commit removes the default security group rules that are automatically
created when a security group is created. These rules are usually
permissive egress rules which makes it difficult to add more strict egress
security group rules.
@stack72
Copy link
Contributor

stack72 commented Jan 27, 2017

Hi @jtopjian

Do you think this is backwards incompatible? This will cause a change on everyones infrastructure right?

P.

@jtopjian
Copy link
Contributor Author

@stack72 It shouldn't. Only the Create function is being modified, so this should only take effect on new security groups, right?

@stack72
Copy link
Contributor

stack72 commented Jan 29, 2017

You are correct :) I didn't pay close enough attention it seems

Thanks

P.

@stack72 stack72 merged commit 5f8dc6c into hashicorp:master Jan 29, 2017
stack72 pushed a commit that referenced this pull request Jan 29, 2017
This commit removes the default security group rules that are automatically
created when a security group is created. These rules are usually
permissive egress rules which makes it difficult to add more strict egress
security group rules.
@jtopjian
Copy link
Contributor Author

No worries at all! I would have rather double-checked than gotten myself into a sticky situation :)

arcadiatea pushed a commit to ticketmaster/terraform that referenced this pull request Feb 9, 2017
)

This commit removes the default security group rules that are automatically
created when a security group is created. These rules are usually
permissive egress rules which makes it difficult to add more strict egress
security group rules.
beyhan added a commit to cloudfoundry/bosh-openstack-cpi-release that referenced this pull request Feb 17, 2017
- terraform has changed the default behavior for
  security group creation. See:
  hashicorp/terraform#11466

Signed-off-by: Beyhan Veli <beyhan.veli@sap.com>
Signed-off-by: Felix Riegger <felix.riegger@sap.com>
beyhan pushed a commit to cloudfoundry/bosh-openstack-cpi-release that referenced this pull request Feb 17, 2017
- terraform has changed the default behavior for
  security group creation. See:
  hashicorp/terraform#11466

Signed-off-by: Beyhan Veli <beyhan.veli@sap.com>
@ghost
Copy link

ghost commented Apr 17, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

provider/openstack: Remove default egress rule from Security Group on creation
2 participants