Skip to content

Commit cab4a83

Browse files
committed
Making requested changes [netlify-build] [DOC-688]
1 parent f2c8573 commit cab4a83

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

src/privacy/hipaa-eligible-segment.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ Segment can encrypt PHI/PII before sending it to event stream, cloud mode destin
4040
Segment encrypts the data in fields [marked as yellow in the Privacy Portal](/docs/privacy/portal/#default-pii-matchers) with a public/private key pair. After Segment encrypts the data, it is converted into a `string`. Any downstream validation that looks for `integer` data types will fail for encrypted values.
4141

4242
> info "Data encryption is currently in public beta"
43-
> 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.
44-
>
45-
> During the public beta, data encryption supports event-stream, cloud-mode destinations. Engage destinations are not supported. Only data fields in `context`, `traits`, and `property` objects can be encrypted.
46-
43+
> Data encryption supports event-stream, cloud-mode destinations. Engage destinations are not supported. Only data fields in `context`, `traits`, and `property` objects can be encrypted. =
4744
4845
### Configure data encryption for a new destination
4946

@@ -54,7 +51,7 @@ To configure data encryption while setting up a new destination:
5451
4. On the Select data source page, select the source you want to connect to your destination and click **Next**.
5552
5. On the Setup page, give your destination a name, fill in any optional settings, and select the **Have Segment encrypt sensitive data** checkbox.
5653
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) in the Privacy Portal*.<br>
57-
7. Copy the Private Key to a secure location - **once you finish setting up the destination, this key cannot be retrieved**.
54+
7. Securely store your private key - **once you finish setting up the destination, this key cannot be retrieved**.
5855
8. Click **Create destination**.
5956

6057
> error "Private Key is not recoverable"
@@ -67,27 +64,27 @@ To configure data encryption for an existing destination:
6764
2. Select a destination, and click the **Data Encryption** tab.
6865
3. On the Data Encryption page, select the **Have Segment encrypt sensitive data** checkbox.
6966
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) in the Privacy Portal*.<br>
70-
5. Copy the Private Key to a secure location - **once you finish configuring data encryption, this key cannot be retrieved**.
67+
5. Securely store your private key - **once you finish configuring data encryption, this key cannot be retrieved**.
7168
6. Click **Save**.
7269

7370
> error "Private Key is not recoverable"
74-
> 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.
71+
> 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 any time using the instructions in the [Configure new key pairs](#configure-new-key-pairs) section. All updates are forward looking
7572
7673

7774
### Configure new key pairs
7875

79-
If you lose access to your initial private key, you can generate a new key pair in your destination's Data Encryption tab. Any data previously encrypted using the previous key pair will remain encrypted.
76+
If you lose access to your private key, you can generate a new key pair in your destination's Data Encryption tab. Any data previously encrypted using the previous key pair is unaffected.
8077

8178
To generate a new key pair:
8279
1. Open the [My destinations page](https://app.segment.com/goto-my-workspace/destinations){:target="_blank”} in the Segment app.
8380
2. Select the destination you'd like to create new keys for and click **Settings**.
8481
3. Click **Regenerate Encryption Keys**.
85-
4. Copy the Private Key to a secure location - **once you close the dialog box, this key cannot be retrieved**.
82+
4. Securely store your private key - **once you close the dialog box, this key cannot be retrieved**.
8683
5. Click **Save Changes** to update the key pair.
8784

8885
### Remove encryption
8986

90-
Disabling the data encryption setting removes encryption on all data that comes into a destination after the setting was disabled. Disabling data encryption does not decrypt any data that was previously encrypted.
87+
Disabling the data encryption setting removes encryption on all data that comes into a destination after the setting was disabled.
9188

9289
To remove encryption from incoming data:
9390
1. Open the [My destinations page](https://app.segment.com/goto-my-workspace/destinations){:target="_blank”} in the Segment app.

0 commit comments

Comments
 (0)