mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 21:27:31 +00:00
cmd/tailscale,ipn: improve UX of lock init command, cosmetic changes
Signed-off-by: Tom DNetto <tom@tailscale.com>
This commit is contained in:
@@ -69,6 +69,11 @@ type TKAInitFinishRequest struct {
|
||||
// Signatures are serialized tka.NodeKeySignatures for all nodes
|
||||
// in the tailnet.
|
||||
Signatures map[NodeID]tkatype.MarshaledSignature
|
||||
|
||||
// SupportDisablement is a disablement secret for Tailscale support.
|
||||
// This is only generated if --gen-disablement-for-support is specified
|
||||
// in an invocation to 'tailscale lock init'.
|
||||
SupportDisablement []byte `json:",omitempty"`
|
||||
}
|
||||
|
||||
// TKAInitFinishResponse is the JSON response from a /tka/init/finish RPC.
|
||||
|
Reference in New Issue
Block a user