From e593a8ec63f5da7da34016caec9c23c70cf3a319 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 22 Jan 2024 14:08:23 +0100 Subject: [PATCH] chore: remove cockroach, clickhouse and add hubspot from third party sub-processors (#7264) * chore: remove crdb from third party sub-processors * remove clickhouse * add hubspot * fix: google end-user data flag --------- Co-authored-by: mffap --- docs/src/components/subprocessors.jsx | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/docs/src/components/subprocessors.jsx b/docs/src/components/subprocessors.jsx index aa4d37aec2..a6bf10eee8 100644 --- a/docs/src/components/subprocessors.jsx +++ b/docs/src/components/subprocessors.jsx @@ -16,17 +16,10 @@ export function SubProcessorTable() { const processors = [ { entity: "Google LLC", - purpose: "Cloud infrastructure provider (Google Cloud), business applications and collaboration (Workspace), Data warehouse services, Content delivery network, DDoS and bot prevention", + purpose: "Cloud infrastructure provider (Google Cloud), business applications and collaboration (Workspace), Data warehouse services, Content delivery network, DDoS and bot prevention", hosting: "Region designated by Customer, United States", country: country_list.us, - enduserdata: "Yes (transit)" - }, - { - entity: "Cockroach Labs, Inc.", - purpose: "Managed database services: Dedicated CockroachDB clusters on Google Cloud", - hosting: "Region designated by Customer", - country: country_list.us, - enduserdata: "Yes (at rest)" + enduserdata: "Yes" }, { entity: "Datadog, Inc.", @@ -128,9 +121,9 @@ export function SubProcessorTable() { enduserdata: false }, { - entity: "Clickhouse, Inc.", - purpose: "Data warehouse services", - hosting: country_list.us, + entity: "HubSpot Inc.", + purpose: "Customer and sales management, Marketing automation, Support requests", + hosting: country_list.eu, country: country_list.us, enduserdata: false },