[PR #3694] [CLOSED] [management] Auditor role #23425

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3694
Author: @pnmcosta
Created: 4/16/2025
Status: Closed

Base: feature/users-roles-endpointHead: feature/auditor-role


📝 Commits (10+)

  • cf5e3ea [management] auditor role
  • 817a041 Merge branch 'feature/additional-roles' into feature/auditor-role
  • 3d34871 Merge branch 'feature/user-info-with-role-permissions' into feature/auditor-role
  • 454bb6d Merge branch 'feature/user-info-with-role-permissions' into feature/auditor-role
  • 4714df4 Merge branch 'feature/users-roles-endpoint' into feature/auditor-role
  • 3208b31 Merge branch 'feature/users-roles-endpoint' into feature/auditor-role
  • 17b4257 Merge branch 'feature/users-roles-endpoint' into feature/auditor-role
  • 43bd14b Merge branch 'feature/users-roles-endpoint' into feature/auditor-role
  • a99edf0 Merge branch 'feature/users-roles-endpoint' into feature/auditor-role
  • 0075fdd update auditor ops

📊 Changes

3 files changed (+23 additions, -3 deletions)

View changed files

management/server/permissions/roles/auditor.go (+16 -0)
📝 management/server/permissions/roles/role_permissions.go (+4 -3)
📝 management/server/types/user.go (+3 -0)

📄 Description

Describe your changes

Auditor can read all configurations but not modify any of them.

Stack

  • feature/additional-roles - ⚠️ No PR associated with branch

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/3694 **Author:** [@pnmcosta](https://github.com/pnmcosta) **Created:** 4/16/2025 **Status:** ❌ Closed **Base:** `feature/users-roles-endpoint` ← **Head:** `feature/auditor-role` --- ### 📝 Commits (10+) - [`cf5e3ea`](https://github.com/netbirdio/netbird/commit/cf5e3ea9aa0d062d500c239d099a2f278708a0a4) [management] auditor role - [`817a041`](https://github.com/netbirdio/netbird/commit/817a04134bb33ac5e7c42f4b6d9eb0ea2c6362c3) Merge branch 'feature/additional-roles' into feature/auditor-role - [`3d34871`](https://github.com/netbirdio/netbird/commit/3d348717d8497e0775cad08b04ef4808eb76b85c) Merge branch 'feature/user-info-with-role-permissions' into feature/auditor-role - [`454bb6d`](https://github.com/netbirdio/netbird/commit/454bb6d21aeabfba5f9e6f4373c7a06a9d2d8fa7) Merge branch 'feature/user-info-with-role-permissions' into feature/auditor-role - [`4714df4`](https://github.com/netbirdio/netbird/commit/4714df453045e878cae46e4bbbdd608e3e77a452) Merge branch 'feature/users-roles-endpoint' into feature/auditor-role - [`3208b31`](https://github.com/netbirdio/netbird/commit/3208b3185113cce4a61b19b5758ad87aa1d866fb) Merge branch 'feature/users-roles-endpoint' into feature/auditor-role - [`17b4257`](https://github.com/netbirdio/netbird/commit/17b42579e4136bbf0919f811b17751637bb71355) Merge branch 'feature/users-roles-endpoint' into feature/auditor-role - [`43bd14b`](https://github.com/netbirdio/netbird/commit/43bd14ba2afd980ef66819721684965b00a2933c) Merge branch 'feature/users-roles-endpoint' into feature/auditor-role - [`a99edf0`](https://github.com/netbirdio/netbird/commit/a99edf008d766c8bdef5dc36de7fb81553a25ed2) Merge branch 'feature/users-roles-endpoint' into feature/auditor-role - [`0075fdd`](https://github.com/netbirdio/netbird/commit/0075fdd1c8d506292d1f9de3f65cd651fb76270c) update auditor ops ### 📊 Changes **3 files changed** (+23 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `management/server/permissions/roles/auditor.go` (+16 -0) 📝 `management/server/permissions/roles/role_permissions.go` (+4 -3) 📝 `management/server/types/user.go` (+3 -0) </details> ### 📄 Description ## Describe your changes Auditor can read all configurations but not modify any of them. ## Issue ticket number and link ## Stack - `feature/additional-roles` - :warning: No PR associated with branch <!-- branch-stack --> - \#3686 - \#3691 - \#3694 :point\_left: ### 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 06:07:13 -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#23425