From d454f90e5d36846a5d06a6c40e06e899f0bfab75 Mon Sep 17 00:00:00 2001 From: Yury Kiselev Date: Wed, 12 Nov 2025 07:59:53 +0300 Subject: [PATCH] Rename KtenantLeader key name to KtenantMaster in docs --- ydb/core/blobstorage/docs/blob_encryption_v1.graphml | 4 ++-- ydb/core/blobstorage/docs/blob_encryption_v2.graphml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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)