Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion tidb-cloud/security-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,18 @@ TiDB Cloud safeguards static data with advanced encryption capabilities, ensurin

- For TiDB Cloud Dedicated clusters without CMEK, TiDB Cloud uses escrow keys; {{{ .starter }}} and {{{ .essential }}} clusters rely exclusively on escrow keys.

**Dual-layer Encryption**
Comment thread
sunxiaoguang marked this conversation as resolved.
Outdated

- Dual-layer encryption is where two or more independent layers of encryption are enabled to protect against compromises of any one layer of encryption. Using two layers of encryption mitigates threats that come with encrypting data.
Comment thread
sunxiaoguang marked this conversation as resolved.
Outdated

- All persisted data is encrypted-at-rest using the tool of the cloud provider that your cluster is running in.
Comment thread
lilin90 marked this conversation as resolved.
Outdated

- With dual-layer encryption enabled, data is automatically encrypted at rest using CMEK or escrow keys.
Comment thread
lilin90 marked this conversation as resolved.
Outdated

- Dual-layer encryption is disabled by default for {{{ .starter }}} clusters and enabled by default for {{{ .essential }}} clusters.
Comment thread
lilin90 marked this conversation as resolved.
Outdated

- Dual-layer encryption is mandatory for TiDB Cloud Dedicated clusters.
Comment thread
lilin90 marked this conversation as resolved.
Outdated
Comment thread
lilin90 marked this conversation as resolved.
Outdated

**Best practices:**

- Regularly rotate CMEK keys to enhance security and meet compliance standards.
Expand Down Expand Up @@ -255,4 +267,4 @@ Records detailed database operations, including executed SQL statements and user

- Use logs for compliance reporting and forensic analysis.

For more information, see [Console Audit Logging](/tidb-cloud/tidb-cloud-console-auditing.md) and [Database Audit Logging](/tidb-cloud/tidb-cloud-auditing.md).
For more information, see [Console Audit Logging](/tidb-cloud/tidb-cloud-console-auditing.md) and [Database Audit Logging](/tidb-cloud/tidb-cloud-auditing.md).
Loading