Update docs for auth-id changes
- Replace "headscale nodes register" with "headscale auth register" - Update from registration key to Auth ID - Fix API example to register a node
This commit is contained in:
parent
acddd73183
commit
9baa795ddb
9 changed files with 22 additions and 21 deletions
|
|
@ -327,7 +327,7 @@ func (h *Headscale) reqToNewRegisterResponse(
|
|||
|
||||
authRegReq := types.NewRegisterAuthRequest(nodeToRegister)
|
||||
|
||||
log.Info().Msgf("new followup node registration using key: %s", newAuthID)
|
||||
log.Info().Msgf("new followup node registration using auth id: %s", newAuthID)
|
||||
h.state.SetAuthCacheEntry(newAuthID, authRegReq)
|
||||
|
||||
return &tailcfg.RegisterResponse{
|
||||
|
|
@ -452,7 +452,7 @@ func (h *Headscale) handleRegisterInteractive(
|
|||
authRegReq,
|
||||
)
|
||||
|
||||
log.Info().Msgf("starting node registration using key: %s", authID)
|
||||
log.Info().Msgf("starting node registration using auth id: %s", authID)
|
||||
|
||||
return &tailcfg.RegisterResponse{
|
||||
AuthURL: h.authProvider.RegisterURL(authID),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue