Implement vault seal/unseal lifecycle #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement the vault sealed/unsealed state lifecycle as described in ARCHITECTURE.md section 5.
The server state machine already defines
SealedandReadystates, andunseal.protodefines the messages, but the unseal flow is not wired up.Requirements:
Sealedstate — no signing operations possibleUnsealed, root key placed in hardened memory cellDepends on: Key hierarchy implementation, memory protection
done