Skip to content

Commit 14393b2

Browse files
committed
Correct documentation regarding FTE encryption
1 parent f578b74 commit 14393b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/sphinx/admin/fault-tolerant-execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ cluster that handles short queries.
153153
Trino encrypts data before spooling it to storage. This prevents access to query
154154
data by anyone besides the Trino cluster that wrote it, including administrators
155155
of the storage system. A new encryption key is randomly generated for every
156-
exchange with every query, and keys are discarded once a query is completed.
156+
query, and the key is discarded once a query is completed.
157157

158158
## Advanced configuration
159159

0 commit comments

Comments
 (0)