netbird/management/server/idp
Maycon Santos 1d9fced073
[management] Add redis cache (#3516)
Refactor IdP user data caching by introducing a Redis cache implementation alongside an in-memory fallback, adding a Marshaler interface for flexible serialization, and updating related tests and account management code.

- Added a new cache store implementation with support for Redis and in-memory backends.
- Introduced Marshaler and wrapper types for handling serialization with msgpack and JSON.
- Updated account and user management modules to integrate and test the new caching strategy.
2025-03-18 11:07:20 +01:00
..
auth0_test.go Fix lint (#2427) 2024-08-14 13:30:10 +03:00
auth0.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
authentik_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
authentik.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
azure_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
azure.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
google_workspace.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
idp.go [management] Add redis cache (#3516) 2025-03-18 11:07:20 +01:00
jumpcloud_test.go Add jumpcloud IdP (#1124) 2023-10-03 19:33:42 +02:00
jumpcloud.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
keycloak_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
keycloak.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
mock.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
okta_test.go Optimize Cache and IDP Management (#1147) 2023-10-03 16:40:28 +02:00
okta.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
util.go Add Okta IdP (#859) 2023-05-29 14:52:04 +02:00
zitadel_test.go [management] improve zitadel idp error response detail by decoding errors (#2634) 2024-09-27 22:21:34 +03:00
zitadel.go [management] enable optional zitadel configuration of a PAT (#3159) 2025-01-14 12:38:08 +03:00