all: update more references to Tailnet/Network Lock
Updates tailscale/corp#37904 Change-Id: I09e73b3248b9ddf86dafe33dfb621bd560f6596d Signed-off-by: Alex Chan <alexc@tailscale.com>
This commit is contained in:
@@ -159,7 +159,7 @@ type expandedAUMV1 struct {
|
||||
}
|
||||
|
||||
// tkaKeyV1 is the expanded version of a [tka.Key], which describes
|
||||
// the public components of a key known to network-lock.
|
||||
// the public components of a key known to tailnet-lock.
|
||||
type tkaKeyV1 struct {
|
||||
Kind string `json:"Kind,omitzero"`
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ type tailnetLockStatusV1Base struct {
|
||||
// Enabled is true if Tailnet Lock is enabled.
|
||||
Enabled bool
|
||||
|
||||
// PublicKey describes the node's network-lock public key.
|
||||
// PublicKey describes the node's tailnet-lock public key.
|
||||
PublicKey string `json:"PublicKey,omitzero"`
|
||||
|
||||
// NodeKey describes the node's current node-key. This field is not
|
||||
@@ -144,7 +144,7 @@ type tailnetLockEnabledStatusV1 struct {
|
||||
NodeKeySignature *tkaNodeKeySignatureV1
|
||||
|
||||
// TrustedKeys describes the keys currently trusted to make changes
|
||||
// to network-lock.
|
||||
// to tailnet-lock.
|
||||
TrustedKeys []tkaKeyV1
|
||||
|
||||
// VisiblePeers describes peers which are visible in the netmap that
|
||||
|
||||
Reference in New Issue
Block a user