-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Is AWS Firewall still being worked on? #910
Comments
yes, its high on the list of priorities. Currently waiting on this "soft" breaking change to land first #838 |
Just want to make sure I understand, v4 of this module will include the Firewall changes, correct? We currently use v3 of this module and disable all the public settings, and then load in your beta v4, to do the firewall stuff. Really hoping we can get back into the Thanks, |
part of the reason why we haven't been able to add a lot of the new networking features is because they are coming under the v4.0+ of the AWS provider which means it would be a breaking change here (going from AWS provider v3.x to v4.x). So while the bits from https://github.com/clowdhaus/terraform-aws-vpc-v5 are not included in the initial v4.0 PR, that PR will now allow us to start bringing over a lot of those sub-modules The v5.x breaking change that will be more disruptive here, that will mostly come from the changes to the way subnets are created/managed in the module today, and moving over to the new modular approach. If you look at the root module of the new/proposed module, you can think of it as mostly a "container" for which users can build out and extend through the various sub-modules provided (create n-number of subnet groups with their own specific routing, attach network firewall, setup IPAM pools to vend CIDRs to the VPCs created, etc.). The v5.x changes here will mostly center around changes to get to this extendable "container" approach |
Im probably being dense here, but want to confirm. v4 release will not allow the network firewall stuff, correct? We will have to keep shimming this until v5? Thanks, |
Once #838 lands, we can move over the network-firewall module here as part of something like v4.1.0 - does that cover the scenario you are looking for? |
You would make my work life so much easier if that happened :D |
then yes, that is the plan. Once we've upgraded the Terraform and AWS provider versions in #838, we can move over (nearly) all of the sub-modules in https://github.com/clowdhaus/terraform-aws-vpc-v5 as part of v4.x changes (nothing breaking in adding those, we just need the supported versions in place) |
This issue has been automatically marked as stale because it has been open 30 days |
will be adding shortly |
@bryantbiggs - any rough ETA on this? deciding if i wait on this update (ideally) or use the forked version. |
It's been a couple of weeks, any updates on this issue? |
Any updates/progress here? |
Has anyone tried using this aws module for network firewall (https://registry.terraform.io/modules/aws-ia/networkfirewall/aws/latest) |
Sorry to be a pain, can we at least get a rough update, so I can pass something back up the chain. We are holding off on a prod re-deploy, since the firewall is a hard regulatory requirement and id rather not deviate from this mainstream module and then you guys release and im kind of half in half out. If there is anything, work wise, we can assist with, please let me know. |
yes, apologies for the delay. After reviewing the network firewall usage patterns with some folks, I have decided to split it out into its own repository instead of nested under the VPC module. I have created that initial module here https://github.com/clowdhaus/terraform-aws-network-firewall Please take a look and let me know if there is any initial feedback. Depending on feedback, we can get a version cut, repo transferred, and put it on the registry between today and Monday |
Looks good to me. I am passing it back up to our sec team to see if they have any Qs |
Thank you, I appreciate! And thanks for your patience |
Also eagerly awaiting network firewall support. Thanks all the hard work @bryantbiggs |
ok this is now on the registry and the repo is here https://github.com/terraform-aws-modules/terraform-aws-network-firewall I'll close out this issue for now, thanks ya'll! |
hello @bryantbiggs I see the new module for firewall, however for firewall to work, it requires a number of changes to the VPC, such as creating new subnets which should be named differently(not using These changes i believe belong to the VPC module, without it creating the network firewall alone doesn't inspect any traffic. |
Is what im reporting here, your issue as well?? |
Hi @jseiser yes it is. The VPC and Firewall module needs more integration otherwise it is unusable. |
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. |
Hello @antonbabenko, @bryantbiggs is the Firewall module still being worked on?
Understand that its being developed in https://github.com/clowdhaus/terraform-aws-vpc-v5/tree/main/modules/network-firewall, am curious on the backlog priority for this task if you're able to share.
Additional context
#672
The text was updated successfully, but these errors were encountered: