mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 11:05:45 +00:00
tka: clarify field comment
Updates #cleanup Signed-off-by: Jenny Zhang <jz@tailscale.com>
This commit is contained in:
parent
67f3b2a525
commit
09b4914916
@ -30,7 +30,10 @@ type State struct {
|
|||||||
// to turn off the TKA in the event of a consensus-breaking bug.
|
// to turn off the TKA in the event of a consensus-breaking bug.
|
||||||
DisablementSecrets [][]byte `cbor:"2,keyasint"`
|
DisablementSecrets [][]byte `cbor:"2,keyasint"`
|
||||||
|
|
||||||
// Keys are the public keys currently trusted by the TKA.
|
// Keys are the public keys of either:
|
||||||
|
//
|
||||||
|
// 1. The signing nodes currently trusted by the TKA.
|
||||||
|
// 2. Ephemeral keys that were used to generate pre-signed auth keys.
|
||||||
Keys []Key `cbor:"3,keyasint"`
|
Keys []Key `cbor:"3,keyasint"`
|
||||||
|
|
||||||
// StateID's are nonce's, generated on enablement and fixed for
|
// StateID's are nonce's, generated on enablement and fixed for
|
||||||
|
Loading…
Reference in New Issue
Block a user