mirror of
https://github.com/juanfont/headscale.git
synced 2026-08-21 06:33:45 +09:00
4ab06930a2
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