From 44ddacd4feebd5e85bc929e11af8280c80b0356b Mon Sep 17 00:00:00 2001 From: Fi Quick <47183728+fiquick@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:28:31 +0100 Subject: [PATCH] Allow overwriting using API for CMK instances if destination is encrypted with the same CMK --- modules/ROOT/pages/security/encryption.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/security/encryption.adoc b/modules/ROOT/pages/security/encryption.adoc index 097ad9004..ed93b956e 100644 --- a/modules/ROOT/pages/security/encryption.adoc +++ b/modules/ROOT/pages/security/encryption.adoc @@ -75,7 +75,8 @@ Below are the details and possible errors that you may encounter depending on th | **Console & API** | Same CMK as source instance | Cloning allowed. | **Console** | Different CMK than source instance | Cloning allowed. Warning message shown. | **Console** | Neo4j Managed Key | Cloning blocked. Error message shown. -| **API** | Different CMK than source instance, or Neo4j Managed Key | Cloning blocked. Error message shown. +| **API** | Different CMK than source instance | Cloning blocked using API but allowed in console. Error message shown. +| **API** | Neo4j Managed Key | Cloning blocked. Error message shown. |=== === Remove a CMK from Aura