You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/01/13 19:22:29 UTC

[GitHub] [ignite] xtern commented on a change in pull request #8446: IGNITE-13659 Cache encryption key rotation (documentation)

xtern commented on a change in pull request #8446:
URL: https://github.com/apache/ignite/pull/8446#discussion_r556772029



##########
File path: docs/_docs/code-snippets/java/src/main/java/org/apache/ignite/snippets/TDE.java
##########
@@ -58,6 +58,13 @@ void configuration() {
         IgniteFuture<Void> future = ignite.encryption().changeMasterKey("newMasterKeyName");
         //end::master-key-rotation[]
 
+        //tag::cache-group-key-rotation[]
+        // Starts cache group encryption key change process.
+        // This future will be completed when the new encryption key is set for writing on

Review comment:
       Thanks, but this is not a typo, it refers specifically to "future" and not a "feature"




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org