mirror of
https://github.com/siderolabs/talos.git
synced 2026-04-07 14:51:08 +02:00
Fixes #13056 The TPM unseal operation doesn't respect the context, and we had 10 second timeout for the whole key unlock operation. So there might a case when a "slow" TPM unseal runs for more than 10 seconds, and by the time TPM unseal is down, context timeout already passed, so a somewhat wrong messahe pops in, as the rate limiter is configured with any limit, but it fails due to the fact that the context got canceled (but it would have failed later anyways doing the actual resource operation). Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>