mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 12:37:42 +00:00
notify nodes after owner change (#2543)
* proto: user id as identifier for move node Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> * gen: regenr Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> * grpc: move, use userid, one tx, send update Updates #2467 Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> * integration: update move cli tests Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> --------- Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
@@ -99,7 +99,7 @@ message ListNodesResponse { repeated Node nodes = 1; }
|
||||
|
||||
message MoveNodeRequest {
|
||||
uint64 node_id = 1;
|
||||
string user = 2;
|
||||
uint64 user = 2;
|
||||
}
|
||||
|
||||
message MoveNodeResponse { Node node = 1; }
|
||||
|
Reference in New Issue
Block a user