mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-29 18:33:05 +00:00
Added indication of workaround for #814
This commit is contained in:
parent
e87b470996
commit
95948e03c9
1 changed files with 2 additions and 0 deletions
|
@ -264,6 +264,8 @@ oidc:
|
|||
for hostname, tailscale := range s.tailscales {
|
||||
s.joinWaitGroup.Add(1)
|
||||
go s.AuthenticateOIDC(headscaleEndpoint, hostname, tailscale)
|
||||
|
||||
// TODO(juan): Workaround for https://github.com/juanfont/headscale/issues/814
|
||||
time.Sleep(1 * time.Second)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue