From 1f3e9fe1b3122ed24ace4f248a45a8b6a24fab2a Mon Sep 17 00:00:00 2001 From: hhwyt Date: Mon, 25 Nov 2024 15:23:02 +0800 Subject: [PATCH] encryption: remove experimental for GCP KMS (#19450) --- encryption-at-rest.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/encryption-at-rest.md b/encryption-at-rest.md index 9653ba186c16d..645dcfaf823df 100644 --- a/encryption-at-rest.md +++ b/encryption-at-rest.md @@ -94,10 +94,6 @@ If encryption is enabled (that is, the value of `data-encryption-method` is not TiKV supports KMS encryption for three platforms: AWS, Google Cloud, and Azure. Depending on the platform where your service is deployed, you can choose one of them to configure KMS encryption. -> **Warning:** -> -> Currently, specifying a master key using Google Cloud KMS is experimental. It is not recommended that you use it in production environments. This feature might be changed or removed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub. -