Commit Graph

1 Commits

Author SHA1 Message Date
LukeGus 1032a31e25 refactor(crypto): remove pending share queue and credential sharing key
With server-unwrappable DEKs both sides of a share are always available,
so the needsReEncryption queue, CREDENTIAL_SHARING_KEY and the system_*
shadow columns on ssh_credentials are gone. A one-time boot cleanup
re-creates legacy pending share copies where possible (dropping
unresolvable ones with a warning) and drops the legacy columns.
2026-07-16 00:29:54 -05:00