mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
Switch to using nodeKey instead of machineKey for expired machines registration
Signed-off-by: Laurent Marchaud <laurent@marchaud.com>
This commit is contained in:
parent
fca33aacbe
commit
e85562268d
2
api.go
2
api.go
@ -348,7 +348,7 @@ func (h *Headscale) RegistrationHandler(
|
||||
|
||||
machine.Expiry = &time.Time{}
|
||||
h.registrationCache.Set(
|
||||
machineKeyStr,
|
||||
NodePublicKeyStripPrefix(registerRequest.NodeKey),
|
||||
*machine,
|
||||
registerCacheExpiration,
|
||||
)
|
||||
|
@ -803,7 +803,7 @@ func (h *Headscale) RegisterMachineFromAuthCallback(
|
||||
)
|
||||
|
||||
if err == nil {
|
||||
h.registrationCache.Delete(machineKeyStr)
|
||||
h.registrationCache.Delete(nodeKeyStr)
|
||||
}
|
||||
|
||||
return machine, err
|
||||
|
Loading…
Reference in New Issue
Block a user