mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-17 20:19:55 +00:00
The previous commit dropped enrichment_test.go and the manager.enrichUserGroups helper that it covers. Re-adds both: - SaveAccessLog now invokes enrichUserGroups before persisting so the access log entry carries the user's AutoGroups when UserId is set (the dashboard's Proxy Events table can then render group context without reverse-resolving stale memberships). - enrichUserGroups itself is best-effort: store lookup failures and missing users are logged at debug and don't block the save.