mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 04:26:20 -04:00
bazel: add buf as protobuf formatter to //:tidy (#1511)
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
55067b12cd
commit
e7fc541a57
9 changed files with 190 additions and 114 deletions
|
@ -5,19 +5,19 @@ package recoverproto;
|
|||
option go_package = "github.com/edgelesssys/constellation/v2/disk-mapper/recoverproto";
|
||||
|
||||
service API {
|
||||
// Recover sends the necessary information to the recoveryserver to initiate recovery of a node.
|
||||
rpc Recover(RecoverMessage) returns (RecoverResponse) {}
|
||||
// Recover sends the necessary information to the recoveryserver to initiate recovery of a node.
|
||||
rpc Recover(RecoverMessage) returns (RecoverResponse) {}
|
||||
}
|
||||
|
||||
message RecoverMessage {
|
||||
// bytes state_disk_key = 1; removed
|
||||
// bytes measurement_secret = 2; removed
|
||||
// kms_uri is the URI of the KMS the recoveryserver should use to decrypt DEKs.
|
||||
string kms_uri = 3;
|
||||
// storage_uri is the URI of the storage location the recoveryserver should use to fetch DEKs.
|
||||
string storage_uri = 4;
|
||||
// bytes state_disk_key = 1; removed
|
||||
// bytes measurement_secret = 2; removed
|
||||
// kms_uri is the URI of the KMS the recoveryserver should use to decrypt DEKs.
|
||||
string kms_uri = 3;
|
||||
// storage_uri is the URI of the storage location the recoveryserver should use to fetch DEKs.
|
||||
string storage_uri = 4;
|
||||
}
|
||||
|
||||
message RecoverResponse {
|
||||
// string disk_uuid = 1; removed
|
||||
// string disk_uuid = 1; removed
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue