From 2d923b2c67830049a3aa1fb2313a58ee001a4cef Mon Sep 17 00:00:00 2001 From: Aleh Zasypkin Date: Mon, 4 Apr 2022 14:00:31 +0200 Subject: [PATCH 1/2] Remove docs reference to ephemeral encryption key. --- docs/user/security/secure-saved-objects.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/security/secure-saved-objects.asciidoc b/docs/user/security/secure-saved-objects.asciidoc index 3b15a576500f1..743fa559aee18 100644 --- a/docs/user/security/secure-saved-objects.asciidoc +++ b/docs/user/security/secure-saved-objects.asciidoc @@ -16,7 +16,7 @@ xpack.encryptedSavedObjects: [IMPORTANT] ============================================================================ -If you don't specify an encryption key, {kib} automatically generates a random key at startup. Every time you restart {kib}, it uses a new ephemeral encryption key and is unable to decrypt saved objects encrypted with another key. To prevent data loss, {kib} might disable features that rely on this encryption until you explicitly set an encryption key. +If you don't specify an encryption key, {kib} might disable features that rely on the encrypted saved objects. ============================================================================ [[encryption-key-rotation]] From fc920a522e00cc9fd1f04b95db6cf66d35f5db8d Mon Sep 17 00:00:00 2001 From: Aleh Zasypkin Date: Mon, 4 Apr 2022 15:55:02 +0200 Subject: [PATCH 2/2] Update docs/user/security/secure-saved-objects.asciidoc Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com> --- docs/user/security/secure-saved-objects.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/security/secure-saved-objects.asciidoc b/docs/user/security/secure-saved-objects.asciidoc index 743fa559aee18..1093aa1de0d05 100644 --- a/docs/user/security/secure-saved-objects.asciidoc +++ b/docs/user/security/secure-saved-objects.asciidoc @@ -16,7 +16,7 @@ xpack.encryptedSavedObjects: [IMPORTANT] ============================================================================ -If you don't specify an encryption key, {kib} might disable features that rely on the encrypted saved objects. +If you don't specify an encryption key, {kib} might disable features that rely on encrypted saved objects. ============================================================================ [[encryption-key-rotation]]