-
Notifications
You must be signed in to change notification settings - Fork 13
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
Rework network ACLs (phase 1) #360
Conversation
…-landing-zone-vpc into exp-networkacl
…raform-ibm-landing-zone-vpc into exp-networkacl
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 name change looks good to me
2965ad3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
🎉 This PR is included in version 4.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
@vburckhardt the PR looks correct to me. Just a consideration about its usage: the current logic wouldn't allow a use-case with customer rules preceded by some ibm internal and vpc rules and followed by some other ibm internal and vpc rules.
|
@vbontempi - Yes that's correct. I kept it simple for now based on discussion with a few consumers. We can always enhance as needed if the requirement arise in future. |
* feat: give option to append or prepend ibm rules * feat: add a deny all as last element of the list (this is a best practice, and not mandatory as implicit - but absence typically raise questions) * feat: add prefix "ibmflow-" to ibm rules BREAKING CHANGE: The interface of the `network_acls` input variable has changed. If your code is setting this variable explicitly, this change requires to add a few extra optional parameters: `add_ibm_cloud_internal_rules`, `add_vpc_connectivity_rules`, `prepend_ibm_rules` . The parameter `add_cluster_rules` has been renamed `add_ibm_cloud_internal_rules`
Description
Initial step in the right direction #357
In this PR:
Types of changes in this PR
#357
No release required
Release required
x.x.X
): Change that fixes an issue and is compatible with earlier versions)x.X.x
): Change that adds functionality and is compatible with earlier versions)X.x.x
): Change that is likely incompatible with previous versions)Release notes content
Replace this text with information that users need to know about the bug fixes, features, and breaking changes. This information helps the merger write the commit message that is published in the release notes for the module.
Checklist for reviewers
Merge actions for mergers
Merge by using "Squash and merge".
Use a relevant conventional commit message that is based on the PR contents and any release notes provided by the PR author.
The commit message determines whether a new version of the module is needed, and if so, which semver increment to use (major, minor, or patch).