From 292ce5f2d0ccd6f63689ddd33b3d8fb518656a04 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Wed, 10 Jan 2024 10:36:08 -0800 Subject: [PATCH] Correct FTE encryption detail in docs --- docs/src/main/sphinx/admin/fault-tolerant-execution.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/main/sphinx/admin/fault-tolerant-execution.md b/docs/src/main/sphinx/admin/fault-tolerant-execution.md index a1624221440f..ab085a86d79b 100644 --- a/docs/src/main/sphinx/admin/fault-tolerant-execution.md +++ b/docs/src/main/sphinx/admin/fault-tolerant-execution.md @@ -152,10 +152,10 @@ cluster that handles short queries. (fte-encryption)= ## Encryption -Trino encrypts data before spooling it to storage. This prevents access to query data -by anyone besides the Trino cluster that wrote it, including administrators of the -storage system. A new encryption key is randomly generated for every query, and keys -are discarded once a query is completed. +Trino encrypts data before spooling it to storage. This prevents access to query +data by anyone besides the Trino cluster that wrote it, including administrators +of the storage system. A new encryption key is randomly generated for every +exchange with every query, and keys are discarded once a query is completed. ## Advanced configuration