[PR #350] [CLOSED] Users cache #12520

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/350
Author: @shatoboar
Created: 6/3/2022
Status: Closed

Base: mainHead: users_cache


📝 Commits (7)

  • 49ec335 Implemented caching logic for auth0
  • cea5693 Feat(auth0.go) Cache for users in idpmanager
  • 43e472c Update links in Start using NetBird (#346)
  • 02a6ac4 Handle Network out of range (#347)
  • f53990d WIP idpmanager users_cache by accountId
  • 1e444f5 Merge remote-tracking branch 'origin' into users_cache
  • c86c620 Fix(auth0) caching Users by accountId

📊 Changes

4 files changed (+282 additions, -38 deletions)

View changed files

📝 client/Dockerfile (+1 -1)
📝 management/server/account.go (+2 -2)
📝 management/server/idp/auth0.go (+278 -34)
📝 management/server/idp/idp.go (+1 -1)

📄 Description

WIP: Implemented a cache for users from auth0.

TODO: The cache needs to be properly updated.


🔄 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/350 **Author:** [@shatoboar](https://github.com/shatoboar) **Created:** 6/3/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `users_cache` --- ### 📝 Commits (7) - [`49ec335`](https://github.com/netbirdio/netbird/commit/49ec33504a0897b65425f9478810a93cd4b7d331) Implemented caching logic for auth0 - [`cea5693`](https://github.com/netbirdio/netbird/commit/cea5693512126ae9fbaaaca4da1d9d7dc30e7e30) Feat(auth0.go) Cache for users in idpmanager - [`43e472c`](https://github.com/netbirdio/netbird/commit/43e472c958bab1b2efe9efdcca878501dc1b3b01) Update links in Start using NetBird (#346) - [`02a6ac4`](https://github.com/netbirdio/netbird/commit/02a6ac44be9bb84e119eaf2e93bfddea4eed5122) Handle Network out of range (#347) - [`f53990d`](https://github.com/netbirdio/netbird/commit/f53990d6c1f00f03fb8e5001c6376bf504ce21c9) WIP idpmanager users_cache by accountId - [`1e444f5`](https://github.com/netbirdio/netbird/commit/1e444f58c186ae9467015109e1a6825cad3524ac) Merge remote-tracking branch 'origin' into users_cache - [`c86c620`](https://github.com/netbirdio/netbird/commit/c86c6200169305b099ded5232e2aa5c608bbce64) Fix(auth0) caching Users by accountId ### 📊 Changes **4 files changed** (+282 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `client/Dockerfile` (+1 -1) 📝 `management/server/account.go` (+2 -2) 📝 `management/server/idp/auth0.go` (+278 -34) 📝 `management/server/idp/idp.go` (+1 -1) </details> ### 📄 Description WIP: Implemented a cache for users from auth0. TODO: The cache needs to be properly updated. --- <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:05 -04:00
saavagebueno changed title from [PR #350] Users cache to [PR #350] [CLOSED] Users cache 2026-08-05 02:08:29 -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#12520