netbird/management/server
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
..
account [management] Add redis cache (#3516) 2025-03-18 11:07:20 +01:00
activity [management] Flow settings (#3509) 2025-03-14 20:36:07 +01:00
auth [management] refactor auth (#3296) 2025-02-20 20:24:40 +00:00
cache [management] Add redis cache (#3516) 2025-03-18 11:07:20 +01:00
context [management] refactor auth (#3296) 2025-02-20 20:24:40 +00:00
geolocation [management] remove gorm preparestmt from all DB connections (#3292) 2025-02-18 15:24:17 +01:00
groups [management] Fix tests circular dependency (#3460) 2025-03-10 15:54:36 +03:00
http [management] Flow settings (#3509) 2025-03-14 20:36:07 +01:00
idp [management] Add redis cache (#3516) 2025-03-18 11:07:20 +01:00
integration_reference Feature/peer validator (#1553) 2024-03-27 18:48:48 +01:00
integrations [management] peer update on extra settings change (#3513) 2025-03-17 14:23:40 +01:00
metrics [management] add selfhosted metrics for networks (#3118) 2024-12-30 12:53:51 +01:00
migration [management] remove gorm preparestmt from all DB connections (#3292) 2025-02-18 15:24:17 +01:00
mock_server [management] Fix tests circular dependency (#3460) 2025-03-10 15:54:36 +03:00
networks [management] Export resource constants (#3508) 2025-03-14 13:42:21 +01:00
peer [client, management] Support DNS Labels for Peer Addressing (#3252) 2025-02-20 13:43:20 +03:00
peers [client, management] Add port forwarding (#3275) 2025-03-09 16:06:43 +01:00
permissions [management] add flow settings and credentials (#3389) 2025-02-27 12:17:07 +01:00
posture [management] Refactor posture check to use store methods (#2874) 2024-11-25 16:26:24 +01:00
settings [management] peer update on extra settings change (#3513) 2025-03-17 14:23:40 +01:00
status [management] add flow settings and credentials (#3389) 2025-02-27 12:17:07 +01:00
store remove log from getPeerByID 2025-03-17 14:07:44 +01:00
telemetry Print out the goroutine id (#3433) 2025-03-07 14:06:47 +01:00
testdata [management] faster server bootstrap (#3365) 2025-02-22 11:31:39 +01:00
testutil [management] optimize test execution (#3204) 2025-02-19 19:13:45 +01:00
types [management] Flow settings (#3509) 2025-03-14 20:36:07 +01:00
users [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
util [client, management] Add port forwarding (#3275) 2025-03-09 16:06:43 +01:00
account_request_buffer.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
account_test.go [management] Fix tests circular dependency (#3460) 2025-03-10 15:54:36 +03:00
account.go [management] Add redis cache (#3516) 2025-03-18 11:07:20 +01:00
config.go [management] refactor auth (#3296) 2025-02-20 20:24:40 +00:00
dns_test.go [client, management] Add port forwarding (#3275) 2025-03-09 16:06:43 +01:00
dns.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
ephemeral_test.go [management] Fix tests circular dependency (#3460) 2025-03-10 15:54:36 +03:00
ephemeral.go [management] Fix tests circular dependency (#3460) 2025-03-10 15:54:36 +03:00
event_test.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
event.go [management] Add MySQL Support (#3108) 2025-01-06 13:38:30 +01:00
group_test.go [management] optimize test execution (#3204) 2025-02-19 19:13:45 +01:00
group.go [management] fix groups delete and resource create and update error response (#3189) 2025-01-16 13:39:15 +01:00
grpcserver.go extract signal config creation 2025-03-17 22:00:41 +01:00
integrated_validator.go [client, management] Add port forwarding (#3275) 2025-03-09 16:06:43 +01:00
management_proto_test.go [management] Fix tests circular dependency (#3460) 2025-03-10 15:54:36 +03:00
management_test.go [client, management] Add port forwarding (#3275) 2025-03-09 16:06:43 +01:00
nameserver_test.go [client, management] Add port forwarding (#3275) 2025-03-09 16:06:43 +01:00
nameserver.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
peer_test.go [client, management] Add port forwarding (#3275) 2025-03-09 16:06:43 +01:00
peer.go extract signal config creation 2025-03-17 22:00:41 +01:00
policy_test.go [management] fix force-push to feature/flow branch (#3500) 2025-03-14 01:36:46 +08:00
policy.go [management] fix force-push to feature/flow branch (#3500) 2025-03-14 01:36:46 +08:00
posture_checks_test.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
posture_checks.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
resource.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
route_test.go [client, management] Add port forwarding (#3275) 2025-03-09 16:06:43 +01:00
route.go [management] fix force-push to feature/flow branch (#3500) 2025-03-14 01:36:46 +08:00
scheduler_test.go Reduce test logs (#2550) 2024-09-06 16:28:19 +02:00
scheduler.go Add context to throughout the project and update logging (#2209) 2024-07-03 11:33:02 +02:00
setupkey_test.go [client, management] Support DNS Labels for Peer Addressing (#3252) 2025-02-20 13:43:20 +03:00
setupkey.go [client, management] Support DNS Labels for Peer Addressing (#3252) 2025-02-20 13:43:20 +03:00
token_mgr_test.go [misc, client, management] Replace Wiretrustee with Netbird (#3267) 2025-02-05 16:49:41 +01:00
token_mgr.go [management] Fix tests circular dependency (#3460) 2025-03-10 15:54:36 +03:00
updatechannel_test.go [management] remove network map diff calculations (#2820) 2024-10-31 19:24:15 +01:00
updatechannel.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
user_test.go [management] Add redis cache (#3516) 2025-03-18 11:07:20 +01:00
user.go [management] refactor auth (#3296) 2025-02-20 20:24:40 +00:00