Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions proto/kms/api/cmk/types/v1/status.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions proto/kms/api/cmk/types/v1/status.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,13 @@ enum Status {
STATUS_PROCESSING = 2;
STATUS_TERMINATION_PENDING = 3;
STATUS_TERMINATED = 4;

// STATUS_LOCKED means that the L1 key is unavailable and therefore the data
// of the system can't be decrypted. This is because the key chain to decrypt
// the data encryption key is incomplete.
// A system transition into STATUS_LOCKED can happen when the tenant is terminated
// from the blocked status.
// In such a case the system can only be reactivated by creating a new tenant,
// presenting the original L1 key material and mapping the system.
STATUS_LOCKED = 5;
}
Loading