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

feat(securitygroups): Add option to delete default outbound rule #369

Conversation

gvdhart
Copy link
Contributor

@gvdhart gvdhart commented Sep 4, 2024

Add option in security group spec to remove default outbound rule that allows all outbound traffic

@@ -342,6 +343,14 @@ func reconcileSecurityGroup(ctx context.Context, clusterScope *scope.ClusterScop
}
}
}

if deleteDefaultOutboundRule {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add a unit test ?

@gvdhart gvdhart force-pushed the feat/securitygroups/delete-default-outbound-rule branch from 4ecc679 to 24431d1 Compare September 9, 2024 08:51
@gvdhart
Copy link
Contributor Author

gvdhart commented Sep 9, 2024

Will add this here instead: #373

@gvdhart gvdhart closed this Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants