Skip to content

Commit

Permalink
Correct FTE encryption detail in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jan 10, 2024
1 parent d86d5ab commit 292ce5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/main/sphinx/admin/fault-tolerant-execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 292ce5f

Please sign in to comment.