mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-27 14:21:44 +01:00
ipn/ipnlocal: strip AttestationKey in redacted prefs view (#17527)
Updates tailscale/corp#31269 Signed-off-by: Patrick O'Doherty <patrick@tailscale.com>
This commit is contained in:
parent
7c49cab1a6
commit
d8a6d0183c
@ -1216,6 +1216,7 @@ func stripKeysFromPrefs(p ipn.PrefsView) ipn.PrefsView {
|
|||||||
p2.Persist.PrivateNodeKey = key.NodePrivate{}
|
p2.Persist.PrivateNodeKey = key.NodePrivate{}
|
||||||
p2.Persist.OldPrivateNodeKey = key.NodePrivate{}
|
p2.Persist.OldPrivateNodeKey = key.NodePrivate{}
|
||||||
p2.Persist.NetworkLockKey = key.NLPrivate{}
|
p2.Persist.NetworkLockKey = key.NLPrivate{}
|
||||||
|
p2.Persist.AttestationKey = nil
|
||||||
return p2.View()
|
return p2.View()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user