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 changed files with 2 additions and 2 deletions
|
@ -803,7 +803,7 @@ func (h *Headscale) RegisterMachineFromAuthCallback(
|
|||
)
|
||||
|
||||
if err == nil {
|
||||
h.registrationCache.Delete(machineKeyStr)
|
||||
h.registrationCache.Delete(nodeKeyStr)
|
||||
}
|
||||
|
||||
return machine, err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue