Skip nftables monit rules when stemcell iptables manages monit access#420
Merged
selzoc merged 1 commit intocloudfoundry:mainfrom Mar 12, 2026
Merged
Conversation
rkoster
requested changes
Mar 11, 2026
Contributor
rkoster
left a comment
There was a problem hiding this comment.
Lets discuss at working group meeting, but also would want to retain the refactor making the agent responsible for all firewall logic setup. Don't like going back to it being inside the stemcell builder. In the agent we can haven proper test coverage so we don't end up in the same situation in the future.
rkoster
reviewed
Mar 12, 2026
Add a UseMonitIptablesFirewall option to LinuxOptions that tells the agent to skip nftables monit firewall setup entirely. The Ubuntu Jammy stemcell will set this to true in agent.json, falling back to its existing iptables-based monit access control (via cgroupv1 net_cls + restrict-monit-api-access). NATS firewall rules are unaffected and continue to apply on all stemcells.
55dbfe1 to
ebbe2e3
Compare
Member
|
Updated the stemcell PR to set the |
selzoc
approved these changes
Mar 12, 2026
rkoster
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a
UseMonitIptablesFirewalloption toLinuxOptionsthat tells the agent to skip nftables monit firewall setup entirely. The ubuntu-jammy stemcell will set this to true in agent.json, falling back to its existing iptables based monit access control (via cgroupv1 net_cls + restrict-monit-api-access).NATS firewall rules are unaffected and continue to apply on all stemcells.
Companion stemcell change:
cloudfoundry/bosh-linux-stemcell-builder#487