Skip to content

Commit 91c55c0

Browse files
committed
Security updates 2025-07-14
+ GCP europe-west4 to HIPAA supported regions * Update CMEK procedure to correct a syntax error
1 parent f7f804a commit 91c55c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/cloud/reference/supported-regions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Customers must sign a Business Associate Agreement (BAA) and request onboarding
8585
- AWS us-east-1 (N. Virginia)
8686
- AWS us-east-2 (Ohio)
8787
- AWS us-west-2 (Oregon)
88+
- GCP europe-west4 (Netherlands)
8889
- GCP us-central1 (Iowa)
8990
- GCP us-east1 (South Carolina)
9091

docs/cloud/security/cmek.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Once a service is encrypted with TDE, customers may update the key to enable CME
5151
"Sid": "Allow ClickHouse Access",
5252
"Effect": "Allow",
5353
"Principal": {
54-
"AWS": "{ Encryption role ID }"
54+
"AWS": [ "Encryption role ID " ]
5555
},
5656
"Action": [
5757
"kms:Encrypt",

0 commit comments

Comments
 (0)