mirror of
https://git.vectorsigma.ru/public/headscale.git
synced 2026-07-29 05:18:00 +00:00
Skip auth key validation for existing nodes re-registering with the same NodeKey. Pre-auth keys are only required for initial authentication. NodeKey rotation still requires a valid auth key as it is a security-sensitive operation that changes the node's cryptographic identity. Fixes #2830