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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ These logs can be provided upon request. For specific requests, please reach out
36
36
37
37
## Data encryption
38
38
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.
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 downstream validation that looks for the datatype `integer` will fail for encrypted values.
40
40
41
41
> info "Data encryption is currently in public beta"
42
42
> 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.
@@ -49,12 +49,12 @@ Segment encrypts the data in fields [marked as yellow in the Privacy Portal](/do
49
49
To configure data encryption while setting up a new destination:
50
50
1. From the Destinations page in the Segment App, click **Add destination**.
51
51
2. Select a destination from the catalog and click **Configure**.
52
-
3. On the Select data source page, select the source you want to connect to your destination.
53
-
4.Click**Next**.
52
+
3. On the destination's overview page, click **Add destination**.
53
+
4.On the Select data source page, select the source you want to connect to your destination and click**Next**.
54
54
5. On the Setup page, give your destination a name, fill in any optional settings, and select the **Have Segment encrypt sensitive data** checkbox.
55
55
6. Open the **Fields** dropdown, select one or more fields you'd like to encrypt and click the **Generate Encryption Keys** button.
56
56
7. Copy the Private Key to a secure location - **once you finish setting up the destination, this key cannot be retrieved**.
57
-
8. Click **Save**.
57
+
8. Click **Create destination**.
58
58
59
59
> error "Private Key is not recoverable"
60
60
> 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.
@@ -80,15 +80,15 @@ If you lose access to your initial private key, you can generate a new key pair
80
80
To generate a new key pair:
81
81
1. Open the [My destinations page](https://app.segment.com/goto-my-workspace/destinations){:target="_blank”} in the Segment app.
82
82
2. Select a destination, and click **Settings**.
83
-
3.On the Settings page, deselect the **Have Segment encrypt sensitive data** checkbox.
83
+
3.
84
84
85
85
<!---todo: after test env access, verify steps beyond step #3--->
86
86
87
87
### Remove encryption
88
88
89
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.
90
90
91
-
To remove encryption from future data coming into a destination:
91
+
To remove encryption from incoming data:
92
92
1. Open the [My destinations page](https://app.segment.com/goto-my-workspace/destinations){:target="_blank”} in the Segment app.
93
93
2. Select a destination, and click **Settings**.
94
94
3. On the Settings page, deselect the **Have Segment encrypt sensitive data** checkbox.
0 commit comments