[PR #3581] [MERGED] [management] Use store in permissions manager #20860

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3581
Author: @pascal-fischer
Created: 3/26/2025
Status: Merged
Merged: 3/27/2025
Merged by: @pascal-fischer

Base: refactor/permissions-accountHead: refactor/permissions-account-settings-manager


📝 Commits (5)

📊 Changes

6 files changed (+27 additions, -26 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)
📝 management/cmd/management.go (+2 -2)
📝 management/server/http/testing/testing_tools/tools.go (+1 -1)
📝 management/server/permissions/manager.go (+13 -14)
📝 management/server/settings/manager.go (+8 -6)

📄 Description

Describe your changes

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/3581 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 3/26/2025 **Status:** ✅ Merged **Merged:** 3/27/2025 **Merged by:** [@pascal-fischer](https://github.com/pascal-fischer) **Base:** `refactor/permissions-account` ← **Head:** `refactor/permissions-account-settings-manager` --- ### 📝 Commits (5) - [`f3d3958`](https://github.com/netbirdio/netbird/commit/f3d3958c7cf3897f4221739eb644a0e8e277828b) use store in permissions manager - [`83c0aee`](https://github.com/netbirdio/netbird/commit/83c0aee9b226db455e099ac321942ce65e8a46b3) update management integrations - [`25bc439`](https://github.com/netbirdio/netbird/commit/25bc4390cd2308a3c9b2fab3b7435e3e29d5d9d8) go mod tidy - [`8f377e9`](https://github.com/netbirdio/netbird/commit/8f377e9a3ef4ce63c89330cf549a723e6325af31) update testing tools - [`20062b3`](https://github.com/netbirdio/netbird/commit/20062b3a47063996907ee74fd60e56b4228eb6e9) fix tests ### 📊 Changes **6 files changed** (+27 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) 📝 `management/cmd/management.go` (+2 -2) 📝 `management/server/http/testing/testing_tools/tools.go` (+1 -1) 📝 `management/server/permissions/manager.go` (+13 -14) 📝 `management/server/settings/manager.go` (+8 -6) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### 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 --- <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 05:07:47 -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#20860