[PR #71] [MERGED] Add client's interaction with management service #2522

Closed
opened 2025-11-20 07:11:23 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/71
Author: @andpar83
Created: 7/25/2021
Status: Merged
Merged: 8/1/2021
Merged by: @braginini

Base: mainHead: andpar/client-management


📝 Commits (10+)

📊 Changes

9 files changed (+220 additions, -53 deletions)

View changed files

📝 cmd/addpeer.go (+29 -18)
📝 cmd/config.go (+4 -2)
📝 cmd/init.go (+23 -18)
📝 cmd/service_test.go (+4 -1)
📝 cmd/up.go (+119 -2)
📝 go.mod (+1 -0)
📝 management/server/account.go (+36 -7)
📝 management/server/file_store.go (+2 -4)
📝 management/server/testdata/store.json (+2 -1)

📄 Description

Also, added used creation on the server when seupkey is not provided to make it work somehow


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/71 **Author:** [@andpar83](https://github.com/andpar83) **Created:** 7/25/2021 **Status:** ✅ Merged **Merged:** 8/1/2021 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `andpar/client-management` --- ### 📝 Commits (10+) - [`23c7ce1`](https://github.com/netbirdio/netbird/commit/23c7ce1b424248c942c6c9e5ce5b84f7f9fb13e0) Add client's interaction with management service - [`74e4a3b`](https://github.com/netbirdio/netbird/commit/74e4a3b79148b2fb4bbf0a120602257c83d23cc9) Getting updates - [`3ae6af8`](https://github.com/netbirdio/netbird/commit/3ae6af82fbe914d3cd3792645de40c5bce3c049f) Fixed key and nil ptr - [`5bbd036`](https://github.com/netbirdio/netbird/commit/5bbd036da7418f594e38a4f33e78606614ef1b44) Added setupKey param - [`87a0eca`](https://github.com/netbirdio/netbird/commit/87a0eca6da69b4f51341a8da517c0a8726680dd1) Fix - [`c731950`](https://github.com/netbirdio/netbird/commit/c731950808d79386eda34c326e909a5df5ad79d9) Continue - [`696199e`](https://github.com/netbirdio/netbird/commit/696199e8d658e4554aa6ad54f270704166398ce7) Added managment address parameter - [`6b7073a`](https://github.com/netbirdio/netbird/commit/6b7073a9b11bfd76fdf96c6c7cebc6f75b93cc11) FIxed test - [`da31302`](https://github.com/netbirdio/netbird/commit/da31302f6bbd3b20c232aaf4952b2af0e4d6ef6e) Cont - [`ff82c87`](https://github.com/netbirdio/netbird/commit/ff82c877bde03d9e38f1f7ca8203f95e5291202a) Cont ### 📊 Changes **9 files changed** (+220 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `cmd/addpeer.go` (+29 -18) 📝 `cmd/config.go` (+4 -2) 📝 `cmd/init.go` (+23 -18) 📝 `cmd/service_test.go` (+4 -1) 📝 `cmd/up.go` (+119 -2) 📝 `go.mod` (+1 -0) 📝 `management/server/account.go` (+36 -7) 📝 `management/server/file_store.go` (+2 -4) 📝 `management/server/testdata/store.json` (+2 -1) </details> ### 📄 Description Also, added used creation on the server when seupkey is not provided to make it work somehow --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 07:11:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2522