[PR #1123] [MERGED] Add new command line flag to mgm server #13324

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1123
Author: @pappz
Created: 9/4/2023
Status: Merged
Merged: 9/5/2023
Merged by: @pappz

Base: handle-user-deleteHead: fix/handle-user-delete-flag


📝 Commits (2)

  • 3df8940 Add new command line flag to mgm server
  • c0cfa1b Fix user delete workflow

📊 Changes

16 files changed (+54 additions, -53 deletions)

View changed files

📝 client/cmd/testutil.go (+1 -1)
📝 client/internal/engine_test.go (+1 -1)
📝 management/client/client_test.go (+1 -1)
📝 management/cmd/management.go (+1 -1)
📝 management/cmd/root.go (+2 -0)
📝 management/server/account.go (+14 -14)
📝 management/server/account_test.go (+1 -1)
📝 management/server/dns_test.go (+1 -1)
📝 management/server/http/api/generate.sh (+0 -0)
📝 management/server/http/api/openapi.yml (+0 -4)
📝 management/server/http/api/types.gen.go (+0 -3)
📝 management/server/management_proto_test.go (+1 -1)
📝 management/server/management_test.go (+1 -1)
📝 management/server/nameserver_test.go (+1 -1)
📝 management/server/route_test.go (+1 -1)
📝 management/server/user.go (+28 -22)

📄 Description

Describe your changes

Add new command line flag to management server.
With this flag you can modify the behave of user deletion from IdP.

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/1123 **Author:** [@pappz](https://github.com/pappz) **Created:** 9/4/2023 **Status:** ✅ Merged **Merged:** 9/5/2023 **Merged by:** [@pappz](https://github.com/pappz) **Base:** `handle-user-delete` ← **Head:** `fix/handle-user-delete-flag` --- ### 📝 Commits (2) - [`3df8940`](https://github.com/netbirdio/netbird/commit/3df8940a16069d99bf86e6a75e1f6112c6f70fe9) Add new command line flag to mgm server - [`c0cfa1b`](https://github.com/netbirdio/netbird/commit/c0cfa1bfa3d4bb0c66d881ec1afbb80ef624bdcb) Fix user delete workflow ### 📊 Changes **16 files changed** (+54 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/testutil.go` (+1 -1) 📝 `client/internal/engine_test.go` (+1 -1) 📝 `management/client/client_test.go` (+1 -1) 📝 `management/cmd/management.go` (+1 -1) 📝 `management/cmd/root.go` (+2 -0) 📝 `management/server/account.go` (+14 -14) 📝 `management/server/account_test.go` (+1 -1) 📝 `management/server/dns_test.go` (+1 -1) 📝 `management/server/http/api/generate.sh` (+0 -0) 📝 `management/server/http/api/openapi.yml` (+0 -4) 📝 `management/server/http/api/types.gen.go` (+0 -3) 📝 `management/server/management_proto_test.go` (+1 -1) 📝 `management/server/management_test.go` (+1 -1) 📝 `management/server/nameserver_test.go` (+1 -1) 📝 `management/server/route_test.go` (+1 -1) 📝 `management/server/user.go` (+28 -22) </details> ### 📄 Description ## Describe your changes Add new command line flag to management server. With this flag you can modify the behave of user deletion from IdP. ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [x] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <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 2026-08-05 02:08:07 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#13324