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 <mpa@zitadel.com>
This commit is contained in:
Florian Forster 2024-01-22 14:08:23 +01:00 committed by GitHub
parent 89169b64ff
commit e593a8ec63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,17 +16,10 @@ export function SubProcessorTable() {
const processors = [ const processors = [
{ {
entity: "Google LLC", 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", hosting: "Region designated by Customer, United States",
country: country_list.us, country: country_list.us,
enduserdata: "Yes (transit)" enduserdata: "Yes"
},
{
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)"
}, },
{ {
entity: "Datadog, Inc.", entity: "Datadog, Inc.",
@ -128,9 +121,9 @@ export function SubProcessorTable() {
enduserdata: false enduserdata: false
}, },
{ {
entity: "Clickhouse, Inc.", entity: "HubSpot Inc.",
purpose: "Data warehouse services", purpose: "Customer and sales management, Marketing automation, Support requests",
hosting: country_list.us, hosting: country_list.eu,
country: country_list.us, country: country_list.us,
enduserdata: false enduserdata: false
}, },