diff options
| author | Alex Chan <alexc@tailscale.com> | 2025-10-17 10:53:12 +0100 |
|---|---|---|
| committer | Alex Chan <alex@alexwlchan.net> | 2025-10-17 15:06:18 +0100 |
| commit | 55a43c3736a7a7029eec214da8b2ab5788679906 (patch) | |
| tree | b8ba9d8a60c4ee57fc78288934d98f21523b0b12 /control/controlhttp/controlhttpserver | |
| parent | c3acf25d6217f6cb7b1eb74afaf2860293abf377 (diff) | |
| download | tailscale-55a43c3736a7a7029eec214da8b2ab5788679906.tar.xz tailscale-55a43c3736a7a7029eec214da8b2ab5788679906.zip | |
tka: don't look up parent/child information from purged AUMs
We soft-delete AUMs when they're purged, but when we call `ChildAUMs()`,
we look up soft-deleted AUMs to find the `Children` field.
This patch changes the behaviour of `ChildAUMs()` so it only looks at
not-deleted AUMs. This means we don't need to record child information
on AUMs any more, which is a minor space saving for any newly-recorded
AUMs.
Updates https://github.com/tailscale/tailscale/issues/17566
Updates https://github.com/tailscale/corp/issues/27166
Signed-off-by: Alex Chan <alexc@tailscale.com>
Diffstat (limited to 'control/controlhttp/controlhttpserver')
0 files changed, 0 insertions, 0 deletions
