Live data from Hacker News

Has anybody seen my keys? A key-hierarchy strategy for rack-level security

rfd.shared.oxide.computer

1–5 of 5 posts

Re: Has anybody seen my keys? A key-hierarchy strategy for rack-level security

#3
The bit I liked most is wrapping the old rack secret under a key derived from the new epoch so prepare can hand out shares without unlocking until commit

That tension between needing both secrets for ZFS rekey and only serving shares for the committed epoch is a real distributed systems headache and this is a clean way out of it