Skip to content

Commit c074c5c

Browse files
committed
Update Privacy and Sub-Processors pages with effective dates and additional data hosting information
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 6b01cce commit c074c5c

2 files changed

Lines changed: 25 additions & 18 deletions

File tree

src/sections/Company/Legal/privacy/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@ import React from "react";
22
import { Container, Row, Col } from "../../../../reusecore/Layout";
33
import TOC from "../../../../components/handbook-navigation/index";
44
import TocPagination from "../../../../components/handbook-navigation/TocPagination";
5-
import { Link } from "gatsby";
6-
import IntraPage from "../../../../components/handbook-navigation/intra-page";
5+
// import IntraPage from "../../../../components/handbook-navigation/intra-page";
76
import PageHeader from "../../../../reusecore/PageHeader";
87
import TermsWrapper from "../terms.style";
98

109
const Privacy = () => {
1110
return (
1211
<TermsWrapper>
1312
<PageHeader title="Privacy" path="Terms > Privacy" />
13+
<table><tr><td>Effective Date: July 11th, 2023</td><td>Version 3</td></tr></table>
14+
<TOC />
1415
<Container>
1516
<Row>
1617
<Col $xs={12} $sm={12} $lg={12}>
@@ -277,6 +278,7 @@ const Privacy = () => {
277278
</p>
278279
</Col>
279280
</Row>
281+
<TocPagination />
280282
</Container>
281283
</TermsWrapper>
282284
);

src/sections/Company/Legal/sub-processors/index.js

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const subProcessors = () => {
99
return (
1010
<TermsWrapper>
1111
<PageHeader title="Sub-Processors and Service Providers" path="Terms > Sub-Processors and Service Providers" />
12+
<table><tr><td>Effective Date: March 8th, 2024</td><td>Version 4</td></tr></table>
1213
<Container>
1314
<Row>
1415
<Col $xs={12} $sm={12} $lg={12}>
@@ -18,10 +19,28 @@ const subProcessors = () => {
1819
To deliver our services effectively, Layer5, Inc. partners with various sub-processors, subsidiaries, and support providers. We may share customer data with the entities listed below to support our platform's functionality and performance.
1920
</p>
2021

22+
<h3>Data Hosting Locations</h3>
23+
<p>To provide our users with transparency about where their data is stored, Layer5 has defined primary hosting locations for its services. Data is stored in a specific region in the United States based on the service used.</p>
24+
25+
<ul>
26+
<li><strong>Layer5 Cloud Account Data (cloud.layer5.io)</strong>: All user account data is hosted in the United States at an Equinix datacenter in Dallas, Texas.</li>
27+
28+
<li><strong>Kanvas (kanvas.new)</strong>: Design data is hosted in the United States at an Equinix datacenter in Dallas, Texas.</li>
29+
30+
<li><strong>Layer5 Discussion Forum Data (discuss.layer5.io)</strong>: All forum data is hosted in the United States within the Amazon Web Services (AWS) US East region.</li>
31+
</ul>
32+
33+
<p>Please note that in some cases, certain third-party services (sub-processors) that we use to deliver our services may operate and process data in additional regions.</p>
34+
35+
<h4>Can I change my data region?</h4>
36+
37+
<p>Since data is physically stored in a predetermined location, once an account begins storing data it cannot be moved. If you want to switch to a different region, contact your local partner or Enterprise account manager to create a new account hosted in the region of your choice going forward.</p>
38+
2139
<h3>Third-Party Sub-Processors</h3>
2240
<p>We engage the third-party organizations listed below to host customer data and provide specific functionalities within the Layer5 platform. These partners are integral to our service delivery and infrastructure.</p>
2341

2442
<p>The hosting region for a sub-processor will typically align with your account's designated data region. For details on whether a specific sub-processor applies to your account's data region or service plan, please consult the Additional Information column in the list that follows.</p>
43+
2544
<table className="simple">
2645
<caption id="tableCaption_01">Table 1: Sub-Processors, Subsidiaries & Support</caption>
2746
<thead>
@@ -67,15 +86,14 @@ const subProcessors = () => {
6786
<td>Content delivery network and DDoS mitigation</td>
6887
<td>Web traffic data</td>
6988
<td>United States</td>
70-
<td>All accounts</td>
7189
</tr>
7290
<tr>
7391
<td>Stripe</td>
7492
<td>Layer5 Cloud, kanvas.new</td>
7593
<td>Payment processing</td>
7694
<td>Payment information</td>
7795
<td>United States</td>
78-
<td>All accounts</td>
96+
<td>Commercial accounts only</td>
7997
</tr>
8098
<tr>
8199
<td>Slack</td>
@@ -144,7 +162,7 @@ const subProcessors = () => {
144162
San Francisco, California 94107 USA<br />
145163
dpo@github.com<br />
146164
<a href="https://support.github.com/contact">https://support.github.com/contact</a></td>
147-
<td><a href="https://docs.github.com/en/site-policy/privacy-policies/github-data-protection-addendum">https://docs.github.com/en/site-policy/privacy-policies/github-data-protection-addendum</a></td>
165+
<td><a href="https://docs.github.com/en/site-policy/privacy-policies">https://docs.github.com/en/site-policy/privacy-policies</a></td>
148166
</tr>
149167
<tr>
150168
<td>Cloudflare, Inc.</td>
@@ -210,20 +228,7 @@ const subProcessors = () => {
210228
</tr>
211229
</tbody>
212230
</table>
213-
<h3>Data Hosting Locations</h3>
214-
<p>To provide our users with transparency about where their data is stored, Layer5 has defined primary hosting locations for its services. Data is stored in a specific region in the United States based on the service used.</p>
215-
216-
<p>Layer5 Cloud Account Data (cloud.layer5.io): All user account data is hosted in the United States at an Equinix datacenter in Dallas, Texas.</p>
217-
218-
<p>Layer5 Discussion Forum Data (discuss.layer5.io): All forum data is hosted in the United States within the Amazon Web Services (AWS) US East region.</p>
219-
220-
<p>Please note that in some cases, certain third-party services (sub-processors) that we use to deliver our services may operate and process data in additional regions.</p>
221231
<p>
222-
223-
<h3>Can I change my data region?</h3>
224-
225-
<p>Since data is physically stored in a predetermined location, once an account begins storing data it cannot be moved. If you want to switch to a different region, contact your local partner or Enterprise account manager to create a new account hosted in the region of your choice going forward.</p>
226-
227232
<i>Last Updated: Sept 25th, 2025</i>
228233
</p>
229234
</Col>

0 commit comments

Comments
 (0)