netbird/management/server/http
Misha Bragin 5c0b8a46f0
Add system activity tracking and event store (#636)
This PR adds system activity tracking. 
The management service records events like 
add/remove peer,  group, rule, route, etc.

The activity events are stored in the SQLite event store
and can be queried by the HTTP API.
2023-01-02 15:11:32 +01:00
..
api Add system activity tracking and event store (#636) 2023-01-02 15:11:32 +01:00
middleware Generate validation certificate from mandatory JWK fields (#614) 2022-12-07 22:06:43 +01:00
util Replace gRPC errors in business logic with internal ones (#558) 2022-11-11 20:36:45 +01:00
events_test.go Add system activity tracking and event store (#636) 2023-01-02 15:11:32 +01:00
events.go Add system activity tracking and event store (#636) 2023-01-02 15:11:32 +01:00
groups_test.go Add system activity tracking and event store (#636) 2023-01-02 15:11:32 +01:00
groups.go Add system activity tracking and event store (#636) 2023-01-02 15:11:32 +01:00
handler.go Add system activity tracking and event store (#636) 2023-01-02 15:11:32 +01:00
nameservers_test.go Replace gRPC errors in business logic with internal ones (#558) 2022-11-11 20:36:45 +01:00
nameservers.go Replace gRPC errors in business logic with internal ones (#558) 2022-11-11 20:36:45 +01:00
peers_test.go Replace gRPC errors in business logic with internal ones (#558) 2022-11-11 20:36:45 +01:00
peers.go Add system activity tracking and event store (#636) 2023-01-02 15:11:32 +01:00
routes_test.go Add network routes distribution groups (#606) 2022-12-06 10:11:57 +01:00
routes.go Add network routes distribution groups (#606) 2022-12-06 10:11:57 +01:00
rules_test.go Add system activity tracking and event store (#636) 2023-01-02 15:11:32 +01:00
rules.go Add system activity tracking and event store (#636) 2023-01-02 15:11:32 +01:00
setupkeys_test.go Add system activity tracking and event store (#636) 2023-01-02 15:11:32 +01:00
setupkeys.go Add system activity tracking and event store (#636) 2023-01-02 15:11:32 +01:00
users_test.go Replace gRPC errors in business logic with internal ones (#558) 2022-11-11 20:36:45 +01:00
users.go Add system activity tracking and event store (#636) 2023-01-02 15:11:32 +01:00