all: update a few more references to network/tailnet lock
Updates tailscale/corp#37904 Change-Id: I746b06328e080fa2b9ff28a2d099f95645aa3d0b Signed-off-by: Alex Chan <alexc@tailscale.com>
This commit is contained in:
@@ -29,7 +29,7 @@ type Persist struct {
|
||||
AttestationKey key.HardwareAttestationKey `json:",omitzero"`
|
||||
|
||||
// DisallowedTKAStateIDs stores the tka.State.StateID values which
|
||||
// this node will not operate network lock on. This is used to
|
||||
// this node will not operate tailnet lock on. This is used to
|
||||
// prevent bootstrapping TKA onto a key authority which was forcibly
|
||||
// disabled.
|
||||
DisallowedTKAStateIDs []string `json:",omitempty"`
|
||||
|
||||
@@ -96,7 +96,7 @@ func (v PersistView) NodeID() tailcfg.StableNodeID { return v.ж.NodeID
|
||||
func (v PersistView) AttestationKey() tailcfg.StableNodeID { panic("unsupported") }
|
||||
|
||||
// DisallowedTKAStateIDs stores the tka.State.StateID values which
|
||||
// this node will not operate network lock on. This is used to
|
||||
// this node will not operate tailnet lock on. This is used to
|
||||
// prevent bootstrapping TKA onto a key authority which was forcibly
|
||||
// disabled.
|
||||
func (v PersistView) DisallowedTKAStateIDs() views.Slice[string] {
|
||||
|
||||
Reference in New Issue
Block a user