mirror of
https://github.com/juanfont/headscale.git
synced 2026-01-23 02:24:10 +00: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 |
||
|---|---|---|
| .. | ||
| debug.go | ||
| debug_test.go | ||
| endpoint_test.go | ||
| ephemeral_test.go | ||
| maprequest.go | ||
| maprequest_test.go | ||
| node_store.go | ||
| node_store_test.go | ||
| state.go | ||
| tags.go | ||
| test_helpers.go | ||