[PR #3605] [MERGED] [management] Refactor api permissions #23162

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3605
Author: @bcmmbaga
Created: 3/29/2025
Status: Merged
Merged: 3/30/2025
Merged by: @mlsmaycon

Base: refactor/permissions-accountHead: refactor/api-permission


📝 Commits (2)

📊 Changes

3 files changed (+29 additions, -2 deletions)

View changed files

📝 management/server/http/handlers/routes/routes_handler.go (+1 -1)
📝 management/server/permissions/manager.go (+1 -1)
📝 management/server/route.go (+27 -0)

📄 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/3605 **Author:** [@bcmmbaga](https://github.com/bcmmbaga) **Created:** 3/29/2025 **Status:** ✅ Merged **Merged:** 3/30/2025 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `refactor/permissions-account` ← **Head:** `refactor/api-permission` --- ### 📝 Commits (2) - [`9fefbc6`](https://github.com/netbirdio/netbird/commit/9fefbc673381196b030a2f95005441708a3f8cc6) refactor routes permissions - [`a4bd43d`](https://github.com/netbirdio/netbird/commit/a4bd43d004316880dcd70d588ff75ce66ea2976f) fix tests ### 📊 Changes **3 files changed** (+29 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `management/server/http/handlers/routes/routes_handler.go` (+1 -1) 📝 `management/server/permissions/manager.go` (+1 -1) 📝 `management/server/route.go` (+27 -0) </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 - [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 06:06:52 -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#23162