Skip to content
Open
Changes from 6 commits
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**

- Dual-layer encryption protects data with two independent layers of encryption. This method provides enhanced security by protecting against the compromise of any single encryption layer.

- The cloud provider where your cluster is running encrypts all persisted data at rest using its native tools.
Comment thread
lilin90 marked this conversation as resolved.
Outdated

- With dual-layer encryption enabled, TiDB Cloud adds a second layer of security by automatically encrypting data at rest using either 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 enabled by default for all TiDB Cloud Dedicated clusters and cannot be disabled.
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).