[PR #354] [MERGED] Warmup IDP cache #12528

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/354
Author: @braginini
Created: 6/6/2022
Status: Merged
Merged: 6/6/2022
Merged by: @braginini

Base: mainHead: warmup-account-cache


📝 Commits (7)

  • 0841518 Add IDP cache warmup
  • a2505cd Rename IDP manager method to get Account data
  • 31e781c Run IDP cache warmup only when IDP manager is not nil
  • d8e34b8 Refactor export job request - make it struct
  • 2fa032b Add docs to public structs
  • bd51b24 Fix codacy issues
  • 05e96fd Fix codacy issues

📊 Changes

3 files changed (+306 additions, -18 deletions)

View changed files

📝 management/server/account.go (+40 -5)
📝 management/server/idp/auth0.go (+264 -12)
📝 management/server/idp/idp.go (+2 -1)

📄 Description

No description provided


🔄 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/354 **Author:** [@braginini](https://github.com/braginini) **Created:** 6/6/2022 **Status:** ✅ Merged **Merged:** 6/6/2022 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `warmup-account-cache` --- ### 📝 Commits (7) - [`0841518`](https://github.com/netbirdio/netbird/commit/08415182f8245efb85d73d258ea6457c7c110564) Add IDP cache warmup - [`a2505cd`](https://github.com/netbirdio/netbird/commit/a2505cd5ab0c01653404c09e79b783d2815d9dc2) Rename IDP manager method to get Account data - [`31e781c`](https://github.com/netbirdio/netbird/commit/31e781cab222029e54230b20f7574092d9784130) Run IDP cache warmup only when IDP manager is not nil - [`d8e34b8`](https://github.com/netbirdio/netbird/commit/d8e34b8ce7db8b39a3ea5451e81f8e12a7b0c325) Refactor export job request - make it struct - [`2fa032b`](https://github.com/netbirdio/netbird/commit/2fa032bbfcef50eec6008bda70e391b4606be627) Add docs to public structs - [`bd51b24`](https://github.com/netbirdio/netbird/commit/bd51b24664a60bfe96e568ba0cde607a0f140c63) Fix codacy issues - [`05e96fd`](https://github.com/netbirdio/netbird/commit/05e96fdbf3ba6758004f41a387169b6c72fea51b) Fix codacy issues ### 📊 Changes **3 files changed** (+306 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `management/server/account.go` (+40 -5) 📝 `management/server/idp/auth0.go` (+264 -12) 📝 `management/server/idp/idp.go` (+2 -1) </details> ### 📄 Description _No description provided_ --- <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:06:06 -04:00
saavagebueno changed title from [PR #354] [MERGED] Warmup IDP cache to [PR #354] Warmup IDP cache 2026-08-05 02:08:30 -04:00
saavagebueno changed title from [PR #354] Warmup IDP cache to [PR #354] [MERGED] Warmup IDP cache 2026-08-05 03:06:18 -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#12528