File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,18 @@ Features
23
23
Encryption in Transit
24
24
`````````````````````
25
25
26
- Encryption in transit secures data during transmission between clients and servers, preventing unauthorized access or tampering.
27
- In |service|, all network traffic to {+clusters+} is protected by Transport Layer Security (TLS), which is enabled by default and cannot be disabled.
26
+ Encryption in transit secures data during transmission between clients and servers,
27
+ ensuring that your data cannot be inspected while in motion.
28
+ In |service|, all network traffic to {+clusters+} is protected by Transport Layer
29
+ Security (TLS) 1.2+, which is enabled by default and cannot be disabled.
28
30
Data transmitted to and between nodes is encrypted in transit using TLS, ensuring secure communication throughout.
29
31
30
32
Encryption at Rest
31
33
``````````````````
32
34
33
35
Encryption at rest ensures that all data on disk are encrypted.
34
36
In |service|, customer data is automatically encrypted at rest.
35
- This process utilizes your cloud provider's disk encryption, with the provider managing the encryption keys.
37
+ This process utilizes your cloud provider's disk encryption, with the provider managing the encryption keys. This process cannot be disabled.
36
38
Additionally, you have the option to enable database-level encryption, allowing you to use :ref:`your own encryption keys <security-kms-encryption>`
37
39
with AWS Key Management Service (KMS), Google Cloud KMS, or Azure Key Vault.
38
40
You can’t perform that action at this time.
0 commit comments