Skip to content

Commit b7a0c2a

Browse files
committed
hipaa eligible plan note
1 parent 0f85d59 commit b7a0c2a

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

src/_data/products.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,12 @@ items:
154154
team: true
155155
business: true
156156
add-on: false
157+
158+
- product_display_name: HIPAA Eligible Segment
159+
slug: hipaa-eligible
160+
plan-note: "HIPAA eligible workspaces require a Business Assosciate Addendum."
161+
plans:
162+
free: false
163+
team: false
164+
business: true
165+
addon: true

src/privacy/hipaa-eligible-segment.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: HIPAA Eligible Segment
3+
plan: hipaa-eligible
34
---
45

56
Segment is a HIPAA eligible platform, and meets the data privacy and security requirements of healthcare customers and their stakeholders. For more information about Segment becoming HIPAA eligible, see the [announcement blog post](http://segment.com/blog/segment-for-healthcare){:target="_blank"}.
@@ -35,9 +36,7 @@ These logs can be provided upon request. For specific requests, please reach out
3536

3637
## Data encryption
3738

38-
You can automatically encrypt the data in any fields [marked as yellow in the Privacy Portal](/docs/privacy/portal) before data is sent to your destinations.
39-
40-
After Segment encrypts the data, it converts the data type to `string`. Any validation that looks for the datatype `integer` will fail for encrypted values.
39+
Segment encrypts the data in fields [marked as yellow in the Privacy Portal](/docs/privacy/portal) using a key pair. After Segment encrypts the data, it converts the data type to `string`. Any validation that looks for the datatype `integer` will fail for encrypted values.
4140

4241
> info "Data encryption is currently in public beta"
4342
> This means that the data encryption features are in active development, and some functionality may change before it becomes generally available. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} with any feedback or questions.
@@ -57,23 +56,21 @@ To configure data encryption while setting up a new destination:
5756
7. Copy the Private Key to a secure location - **once you finish setting up the destination, this key cannot be retrieved**.
5857
8. Click **Save**.
5958

60-
6159
> error "Private Key is not recoverable"
6260
> Segment does not save the private key created during the data encryption setup flow, and cannot retrieve the key after you finish setting up your destination. You can generate a new key without decrypting your data using the instructions in the [Configure new key pairs](#configure-new-key-pairs) section.
6361
6462
### Configure data encryption for an existing destination
6563

6664
To configure data encryption for an existing destination:
6765
1. Open the [My destinations page](https://app.segment.com/goto-my-workspace/destinations){:target="_blank”} in the Segment app.
68-
2. Select a destination, and click the **Data Encryption tab**.
66+
2. Select a destination, and click the **Data Encryption** tab.
6967
3. On the Data Encryption page, select the **Have Segment encrypt sensitive data** checkbox.
7068
4. Open the **Fields** dropdown, select one or more fields you'd like to encrypt and click the **Generate Encryption Keys** button.
7169
5. Copy the Private Key to a secure location - **once you finish configuring data encryption, this key cannot be retrieved**.
7270
6. Click **Save**.
7371

74-
7572
> error "Private Key is not recoverable"
76-
> Segment does not save the private key created during the data encryption setup, and cannot retrieve the key after you add data encryption to your destination. You can generate a new key without decrypting your data using the instructions in the [Configure new key pairs](#configure-new-key-pairs) section.
73+
> Segment does not save the private key created during the data encryption setup, and cannot retrieve the key after you add data encryption to your destination. Segment cannot decrypt data if this key is lost. You can generate a new key without decrypting your data using the instructions in the [Configure new key pairs](#configure-new-key-pairs) section.
7774
7875

7976
### Configure new key pairs
@@ -89,7 +86,7 @@ To generate a new key pair:
8986

9087
### Remove encryption
9188

92-
Disabling the **Have Segment encrypt sensitive data** setting removes encryption on all data that comes into a source after the setting was disabled. Disabling the **Have Segment encrypt sensitive data** setting does not decrypt any previously encrypted data.
89+
Disabling the **Have Segment encrypt sensitive data** setting removes encryption on all data that comes into a source after the setting was disabled. Disabling the **Have Segment encrypt sensitive data** setting does not decrypt any data that has already been encrypted.
9390

9491
To remove encryption from future data coming into a destination:
9592
1. Open the [My destinations page](https://app.segment.com/goto-my-workspace/destinations){:target="_blank”} in the Segment app.
@@ -98,4 +95,4 @@ To remove encryption from future data coming into a destination:
9895
4. On the **Turn off data encryption?** popup, click **Confirm**.
9996

10097
> success ""
101-
> Disabling the data encryption setting does not decrypt data that is already in the destination, but does prevents any future data from being encrypted.
98+
> Disabling the data encryption setting does not decrypt data that is already in the destination, but does prevent any future data from being encrypted.

0 commit comments

Comments
 (0)