Skip to content

feat(deploy_tee): open summit consensus port 18551 in the node NSG#48

Merged
samlaf merged 1 commit into
mainfrom
deploy/open-summit-consensus-port
Jul 1, 2026
Merged

feat(deploy_tee): open summit consensus port 18551 in the node NSG#48
samlaf merged 1 commit into
mainfrom
deploy/open-summit-consensus-port

Conversation

@samlaf

@samlaf samlaf commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Validators dial each other on 18551 (commonware-p2p) to form quorum; the NSG previously opened 22/80/443/7878/8080/9090/8545/8546 but not 18551, so a multi-node cohort could never reach consensus. Opened as TCP to "*" like the other service ports — commonware authenticates peers by pubkey, so consensus admission is app-layer, and a static IP allowlist would break validators that join dynamically later.

Validators dial each other on 18551 (commonware-p2p) to form quorum;
the NSG previously opened 22/80/443/7878/8080/9090/8545/8546 but not
18551, so a multi-node cohort could never reach consensus. Opened as
TCP to "*" like the other service ports — commonware authenticates
peers by pubkey, so consensus admission is app-layer, and a static IP
allowlist would break validators that join dynamically later.
@samlaf samlaf merged commit 400bbc1 into main Jul 1, 2026
1 check passed
@samlaf samlaf deleted the deploy/open-summit-consensus-port branch July 1, 2026 09:27
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.

1 participant