[GH-ISSUE #16] Merge Wiretrustee init command with wiretrustee up #49

Open
opened 2026-08-05 00:37:00 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @braginini on GitHub (Jun 2, 2021).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/16

Originally assigned to: @braginini on GitHub.

On ./wiretrustee up check the state if the peer was not already initialized and logged in (config.json) and do:

  • Generate private and public key
  • Call the Peer Management Service with the public key (can be combined with 2.1.3)
  • Peer Management Service will add the peer and reply with an IP and all allowed peers (public keys). Everything by default.
  • When a new peer has been added all other peers have to be notified of a new peer (public key). Refreshing their state.
  • remove ./wiretrustee init
  • remove ./wiretrustee add-peer
Originally created by @braginini on GitHub (Jun 2, 2021). Original GitHub issue: https://github.com/netbirdio/netbird/issues/16 Originally assigned to: @braginini on GitHub. On ./wiretrustee up check the state if the peer was not already initialized and logged in (config.json) and do: - [ ] Generate private and public key - [ ] Call the Peer Management Service with the public key (can be combined with 2.1.3) - [ ] Peer Management Service will add the peer and reply with an IP and all allowed peers (public keys). Everything by default. - [ ] When a new peer has been added all other peers have to be notified of a new peer (public key). Refreshing their state. - [ ] remove ./wiretrustee init - [ ] remove ./wiretrustee add-peer
saavagebueno added the enhancementpeer-management labels 2026-08-05 00:37:00 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#49