diff --git a/ydb/core/blobstorage/docs/blob_encryption_v1.graphml b/ydb/core/blobstorage/docs/blob_encryption_v1.graphml index c01f6266df94..8b8c9722498d 100644 --- a/ydb/core/blobstorage/docs/blob_encryption_v1.graphml +++ b/ydb/core/blobstorage/docs/blob_encryption_v1.graphml @@ -177,8 +177,8 @@ CypherText=E(Kblob, PlainText) Прочесть из файла -KtenantLeader, -Ktenant=H(KtenantLeader) +KtenantMaster, +Ktenant=H(KtenantMaster) diff --git a/ydb/core/blobstorage/docs/blob_encryption_v2.graphml b/ydb/core/blobstorage/docs/blob_encryption_v2.graphml index e6736817ca38..5dfb7c682675 100644 --- a/ydb/core/blobstorage/docs/blob_encryption_v2.graphml +++ b/ydb/core/blobstorage/docs/blob_encryption_v2.graphml @@ -393,7 +393,7 @@ KgroupTenant Отправить шифрованый ключ -C0=E(KtenantLeader, Ktenant) +C0=E(KtenantMaster, Ktenant) @@ -440,7 +440,7 @@ C0=E(KtenantLeader, Ktenant) Вернуть Ktenant=D( -KtenantLeader, C0) +KtenantMaster, C0) @@ -452,7 +452,7 @@ KtenantLeader, C0) Расшифровать -Ktenant=D(KtenantLeader, C0) +Ktenant=D(KtenantMaster, C0)