add expiration from OIDC token to machine
This commit is contained in:
parent
4e2c4f92d3
commit
7157e14aff
3 changed files with 9 additions and 1 deletions
|
@ -176,6 +176,7 @@ func (api headscaleV1APIServer) RegisterMachine(
|
|||
machine, err := api.h.RegisterMachineFromAuthCallback(
|
||||
request.GetKey(),
|
||||
request.GetNamespace(),
|
||||
nil,
|
||||
RegisterMethodCLI,
|
||||
)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue