-
Couldn't load subscription status.
- Fork 130
fix: remove iptables filter after CNI #2421
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
Conversation
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.
PR Summary
This PR modifies network security configuration by removing port restrictions in iptables, relying solely on CNI (Container Network Interface) for port mapping and access control.
- Removes
__MIN_WAN_PORT__:__MAX_WAN_PORT__range restrictions from TCP/UDP ingress rules inpegboard_configure.sh, opening all ports to public traffic - Adds important warning comment about manually testing networking changes due to lack of automated tests
- Simplifies error handling in
actors.rsby removing redundant unwrap macro around network ports collection - Potential security impact needs review since CNI becomes sole gatekeeper for port access
2 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Deploying rivet with
|
| Latest commit: |
077070c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3b632caf.rivet.pages.dev |
| Branch Preview URL: | https://05-02-fix-remove-iptables-fi.rivet.pages.dev |
26e7680 to
c103001
Compare
c1caae1 to
077070c
Compare
Deploying rivet-studio with
|
| Latest commit: |
077070c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://44df4097.rivet-studio.pages.dev |
| Branch Preview URL: | https://05-02-fix-remove-iptables-fi.rivet-studio.pages.dev |
Merge activity
|
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->

Changes