Create constants for other reg methods

This commit is contained in:
Kristoffer Dalby 2021-11-18 17:51:54 +00:00
parent 58d1255357
commit 106b1e7e8d
3 changed files with 4 additions and 4 deletions

4
api.go
View file

@ -21,6 +21,8 @@ import (
const (
reservedResponseHeaderSize = 4
RegisterMethodAuthKey = "authKey"
RegisterMethodOIDC = "oidc"
RegisterMethodCLI = "cli"
)
// KeyHandler provides the Headscale pub key
@ -422,8 +424,6 @@ func (h *Headscale) handleMachineRefreshKey(
return
}
ctx.Data(http.StatusOK, "application/json; charset=utf-8", respBody)
return
}
func (h *Headscale) handleMachineRegistrationNew(