[PR #758] [MERGED] Disable peer expiration of peers added with setup keys #12955

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/758
Author: @braginini
Created: 3/23/2023
Status: Merged
Merged: 3/23/2023
Merged by: @braginini

Base: mainHead: fix/peer_expiration


📝 Commits (3)

  • dc79174 Disable peer expiration of peers added with setup keys
  • ae15474 Disable peer expiration of peers added with setup keys
  • 6b33f32 Add expiration test for peers added with setup keys

📊 Changes

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

View changed files

📝 management/server/account.go (+2 -2)
📝 management/server/account_test.go (+37 -0)
📝 management/server/peer.go (+1 -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/758 **Author:** [@braginini](https://github.com/braginini) **Created:** 3/23/2023 **Status:** ✅ Merged **Merged:** 3/23/2023 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `fix/peer_expiration` --- ### 📝 Commits (3) - [`dc79174`](https://github.com/netbirdio/netbird/commit/dc79174be4ea5be6c23eac9d2fcabbd33521fdd3) Disable peer expiration of peers added with setup keys - [`ae15474`](https://github.com/netbirdio/netbird/commit/ae154742fd095c6a0df4400b8928372b48d034f9) Disable peer expiration of peers added with setup keys - [`6b33f32`](https://github.com/netbirdio/netbird/commit/6b33f32a5d0837563529e2a71371c2c511c820f0) Add expiration test for peers added with setup keys ### 📊 Changes **3 files changed** (+40 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `management/server/account.go` (+2 -2) 📝 `management/server/account_test.go` (+37 -0) 📝 `management/server/peer.go` (+1 -1) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [x] 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 02:07:06 -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#12955