[PR #4673] [MERGED] [management] rewire account manager to permissions manager #26010

Closed
opened 2026-08-05 07:06:45 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/4673
Author: @pascal-fischer
Created: 10/20/2025
Status: Merged
Merged: 10/27/2025
Merged by: @pascal-fischer

Base: mainHead: refactor/wire-permissions-manager


📝 Commits (8)

  • 2abdac2 rewire account manager to permissions manager
  • 0057c1d fix account manager builder
  • e8b7476 update integrations ref
  • 8d19547 Merge branch 'main' into refactor/wire-permissions-manager
  • 18ea977 update management integrations ref
  • aa5fb71 go mod tidy
  • 129e8c1 update management integrations ref
  • ac08600 update integrations reference

📊 Changes

6 files changed (+31 additions, -5 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)
📝 management/internals/server/modules.go (+7 -1)
📝 management/server/http/testing/testing_tools/channel/channel.go (+2 -1)
📝 management/server/permissions/manager.go (+6 -0)
📝 management/server/permissions/manager_mock.go (+13 -0)

📄 Description

Describe your changes

Stack

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)

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.

Documentation

Select exactly one:

  • I added/updated documentation for this change
  • Documentation is not needed for this change (explain why)

Docs PR URL (required if "docs added" is checked)

Paste the PR link from https://github.com/netbirdio/docs here:

https://github.com/netbirdio/docs/pull/__


🔄 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/4673 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 10/20/2025 **Status:** ✅ Merged **Merged:** 10/27/2025 **Merged by:** [@pascal-fischer](https://github.com/pascal-fischer) **Base:** `main` ← **Head:** `refactor/wire-permissions-manager` --- ### 📝 Commits (8) - [`2abdac2`](https://github.com/netbirdio/netbird/commit/2abdac2ed6c755da123b09146e862b4e1fbe782e) rewire account manager to permissions manager - [`0057c1d`](https://github.com/netbirdio/netbird/commit/0057c1df6035c559f73acba26c1e87b2fde6c75f) fix account manager builder - [`e8b7476`](https://github.com/netbirdio/netbird/commit/e8b747676ebcacbe04023071766b9bf783e458a4) update integrations ref - [`8d19547`](https://github.com/netbirdio/netbird/commit/8d19547acdd12fd0ec56281b694e878d7a114610) Merge branch 'main' into refactor/wire-permissions-manager - [`18ea977`](https://github.com/netbirdio/netbird/commit/18ea977aa959ab314d056fff6c88ac9de85b8576) update management integrations ref - [`aa5fb71`](https://github.com/netbirdio/netbird/commit/aa5fb71fd01f9d75f68b7f21355320f13c603455) go mod tidy - [`129e8c1`](https://github.com/netbirdio/netbird/commit/129e8c1f046b7234604c9cbcee88976156470a69) update management integrations ref - [`ac08600`](https://github.com/netbirdio/netbird/commit/ac086002f0ecec40075f44f056d85f88b64ac811) update integrations reference ### 📊 Changes **6 files changed** (+31 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) 📝 `management/internals/server/modules.go` (+7 -1) 📝 `management/server/http/testing/testing_tools/channel/channel.go` (+2 -1) 📝 `management/server/permissions/manager.go` (+6 -0) 📝 `management/server/permissions/manager_mock.go` (+13 -0) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ## Stack <!-- branch-stack --> ### 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) > By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md). ## Documentation Select exactly one: - [ ] I added/updated documentation for this change - [x] Documentation is **not needed** for this change (explain why) ### Docs PR URL (required if "docs added" is checked) Paste the PR link from https://github.com/netbirdio/docs here: https://github.com/netbirdio/docs/pull/__ --- <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 07:06:45 -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#26010