You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/privacy/hipaa-eligible-segment.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Segment encrypts the data in select fields [marked as yellow in the Privacy Port
40
40
> info "Data encryption is currently in public beta"
41
41
> Data encryption only supports event-stream, cloud-mode destinations. Only data fields in `context`, `traits`, and `property` objects can be encrypted.
42
42
>
43
-
> After Segment encrypts the data, the encrypted data value will always be a `string`. Any downstream validation that looks for `integer` or `boolean` data types will fail for encrypted values.
43
+
> After Segment encrypts the data, the encrypted data value is always a `string`. Any downstream validation that looks for `integer` or `boolean` data types will fail for encrypted values.
44
44
45
45
### Configure data encryption for a new destination
46
46
@@ -51,7 +51,7 @@ To configure data encryption while setting up a new destination:
51
51
4. On the Select data source page, select the source you want to connect to your destination and click **Next**.
52
52
5. On the Setup page, give your destination a name, fill in any optional settings, and select the **Have Segment encrypt sensitive data** checkbox.
53
53
6. Open the **Fields** dropdown, select one or more fields you'd like to encrypt and click the **Generate Encryption Keys** button. <br> *If you don't see all of the fields that you want to encrypt, [change the classification of your missing data fields](/docs/privacy/portal/#change-a-recommended-classification) to Yellow in the Privacy Portal*.<br>
54
-
7. Securely store your private key - **once you finish setting up the destination, this key cannot be retrieved**.
54
+
7. Securely store your private key. <br> **Note:** Once you finish setting up the destination, you cannot retrieve the key.
55
55
8. Click **Create destination**.
56
56
57
57
> error "Private Key is not recoverable"
@@ -64,7 +64,7 @@ To configure data encryption for an existing destination:
64
64
2. Select a destination, and click the **Data Encryption** tab.
65
65
3. On the Data Encryption page, select the **Have Segment encrypt sensitive data** checkbox.
66
66
4. Open the **Fields** dropdown, select one or more fields you'd like to encrypt and click the **Generate Encryption Keys** button. <br> *If you don't see all of the fields that you want to encrypt, [change the classification of your missing data fields](/docs/privacy/portal/#change-a-recommended-classification) to Yellow in the Privacy Portal*.<br>
67
-
5. Securely store your private key - **once you finish configuring data encryption, this key cannot be retrieved**.
67
+
5. Securely store your private key. <br> **Note:** Once you finish setting up the destination, you cannot retrieve the key.
68
68
6. Click **Save**.
69
69
70
70
> error "Private Key is not recoverable"
@@ -78,7 +78,7 @@ To generate a new key pair:
78
78
1. Open the [My destinations page](https://app.segment.com/goto-my-workspace/destinations){:target="_blank”} in the Segment app.
79
79
2. Select the destination you'd like to create new keys for and click **Data Encryption**.
80
80
3. Click **Regenerate Encryption Keys**.
81
-
4. Securely store your private key - **once you close the dialog box, this key cannot be retrieved**.
81
+
4. Securely store your private key. <br> **Note:** Once you finish setting up the destination, you cannot retrieve the key.
82
82
5. Click **Save Changes** to update the key pair.
83
83
84
84
### Edit encrypted fields
@@ -90,7 +90,7 @@ To make changes to your selected fields:
90
90
2. Select the destination you'd like to edit your selected fields for and click **Data Encryption**.
91
91
3. Add or remove fields.
92
92
- To add fields, click into the **Fields** box to open the dropdown and select one or more fields you'd like to add.
93
-
- To remove fields, click the x icon next to the name of the field you'd like to remove.
93
+
- To remove fields, click the **x** icon next to the name of the field you'd like to remove.
0 commit comments