[PR #252] [MERGED] Handle category change with provided Acc Id #2653

Closed
opened 2025-11-20 07:12:07 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/252
Author: @mlsmaycon
Created: 3/9/2022
Status: Merged
Merged: 3/9/2022
Merged by: @mlsmaycon

Base: mainHead: handle-unclassified-to-private-case


📝 Commits (1)

  • b542a99 Handle category change with provided Acc Id

📊 Changes

2 files changed (+64 additions, -30 deletions)

View changed files

📝 management/server/account.go (+9 -1)
📝 management/server/account_test.go (+55 -29)

📄 Description

When an account id supplied via a claim, we should handle the change of the domain classification.

If the category of domain changes to private, we should re-evaluate the private account


🔄 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/252 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 3/9/2022 **Status:** ✅ Merged **Merged:** 3/9/2022 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `handle-unclassified-to-private-case` --- ### 📝 Commits (1) - [`b542a99`](https://github.com/netbirdio/netbird/commit/b542a994ae4421346c8a83af054ccb32d42ca823) Handle category change with provided Acc Id ### 📊 Changes **2 files changed** (+64 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `management/server/account.go` (+9 -1) 📝 `management/server/account_test.go` (+55 -29) </details> ### 📄 Description When an account id supplied via a claim, we should handle the change of the domain classification. If the category of domain changes to private, we should re-evaluate the private account --- <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 2025-11-20 07:12:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2653