mirror of
https://github.com/juanfont/headscale.git
synced 2026-03-20 08:34:12 +01:00
HandleNodeFromPreAuthKey assumed pak.User was always set, but tags-only PreAuthKeys have nil User. This caused nil pointer dereference when registering nodes with tags-only keys. Also updates integration tests to use GetTags() instead of the removed GetValidTags() method. Updates #2977