Skip to content

Refactor peer permissions firewall ruleset#1835

Open
lcruz99 wants to merge 1 commit into
mainfrom
refactor_peer_permissions
Open

Refactor peer permissions firewall ruleset#1835
lcruz99 wants to merge 1 commit into
mainfrom
refactor_peer_permissions

Conversation

@lcruz99

@lcruz99 lcruz99 commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Build the per-permission peer whitelists in a single pass over the peer list instead of re-iterating it once per permission, inserting each peer into the whitelists it is allowed in.

No behavioural change, this just avoids the redundant iterations.

☑️ Definition of Done checklist

  • Commit history is clean (requirements)
  • README.md is updated
  • Functionality is covered by unit or integration tests

@lcruz99 lcruz99 requested a review from a team as a code owner June 23, 2026 09:23
Build the per-permission peer whitelists in a single pass over the
peer list instead of re-iterating it once per permission, inserting
each peer into the whitelists it is allowed in.

No behavioural change, this just avoids the redundant iterations.
@lcruz99 lcruz99 force-pushed the refactor_peer_permissions branch from 7da5a59 to 134f9a6 Compare June 23, 2026 09:28

@Paintree Paintree left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants