Skip to content

Commit b66c30f

Browse files
authored
Merge 02f5e6d into eac1e36
2 parents eac1e36 + 02f5e6d commit b66c30f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ydb/core/protos/blockstore_config.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,16 @@ enum EPartitionType {
1919
NonReplicated = 1; // directly mapped network partitions
2020
}
2121

22+
message TEncryptedDataKey
23+
{
24+
optional string KekId = 1;
25+
optional bytes Ciphertext = 2;
26+
};
27+
2228
message TEncryptionDesc {
2329
optional uint32 Mode = 1;
2430
optional bytes KeyHash = 2;
31+
optional TEncryptedDataKey EncryptedDataKey = 3;
2532
}
2633

2734
message TVolumeConfig {

0 commit comments

Comments
 (0)