[PR #1227] [MERGED] Add management-integrations #16381

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1227
Author: @surik
Created: 10/17/2023
Status: Merged
Merged: 10/17/2023
Merged by: @surik

Base: mainHead: yury/add-management-integrations


📝 Commits (1)

  • ca6ae52 Add management-integrations

📊 Changes

5 files changed (+32 additions, -30 deletions)

View changed files

📝 go.mod (+1 -0)
📝 go.sum (+2 -0)
📝 management/server/http/handler.go (+4 -2)
📝 management/server/http/middleware/auth_middleware.go (+19 -27)
📝 management/server/http/middleware/auth_middleware_test.go (+6 -1)

📄 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/1227 **Author:** [@surik](https://github.com/surik) **Created:** 10/17/2023 **Status:** ✅ Merged **Merged:** 10/17/2023 **Merged by:** [@surik](https://github.com/surik) **Base:** `main` ← **Head:** `yury/add-management-integrations` --- ### 📝 Commits (1) - [`ca6ae52`](https://github.com/netbirdio/netbird/commit/ca6ae52b7d978d68f6301f8bec9ba60fa03e71f7) Add management-integrations ### 📊 Changes **5 files changed** (+32 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -0) 📝 `go.sum` (+2 -0) 📝 `management/server/http/handler.go` (+4 -2) 📝 `management/server/http/middleware/auth_middleware.go` (+19 -27) 📝 `management/server/http/middleware/auth_middleware_test.go` (+6 -1) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] 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 04:06:04 -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#16381