Fixes in Noise poll (clients should work now)
This commit is contained in:
parent
ab18c721bb
commit
e640c6df05
2 changed files with 38 additions and 21 deletions
|
@ -369,8 +369,9 @@ func (h *Headscale) handleNoiseMachineRegistrationNew(
|
|||
|
||||
// The machine registration is new, redirect the client to the registration URL
|
||||
log.Debug().
|
||||
Caller().
|
||||
Str("machine", registerRequest.Hostinfo.Hostname).
|
||||
Msg("The node is sending us a new NodeKey, sending auth url")
|
||||
Msg("The node seems to be new, sending auth url")
|
||||
if h.cfg.OIDC.Issuer != "" {
|
||||
resp.AuthURL = fmt.Sprintf(
|
||||
"%s/oidc/register/%s",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue