Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d10c662

Browse files
Merge pull request segmentio#5442 from segmentio/data-encryption-hotfix-2
Add note about fuzzy matching support in data encryption
2 parents 381108e + 7f54a90 commit d10c662

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/privacy/hipaa-eligible-segment.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ These logs can be provided upon request. For specific requests, please reach out
3737

3838
Segment encrypts the data in select fields [marked as yellow in the Privacy Portal](/docs/privacy/portal/#default-pii-matchers) before sending them to event stream, cloud mode destinations, further supporting HIPAA compliance in your destinations. Segment encrypts data using a RSAES OAEP SHA 256 algorithm.
3939

40+
Data encryption does not support "fuzzy matching". You can encrypt [Default PII matchers](/docs/privacy/portal/#default-pii-matchers), [Custom PII matchers](/docs/privacy/portal/#custom-pii-matchers), and any [Synonyms](/docs/privacy/portal/#using-synonyms) you've created for keys.
41+
4042
> info "Data encryption is currently in public beta"
4143
> Data encryption only supports event-stream, cloud-mode destinations. Only data fields in `context`, `traits`, and `property` objects can be encrypted.
4244
>
@@ -50,7 +52,7 @@ To configure data encryption while setting up a new destination:
5052
3. On the destination's overview page, click **Add destination**.
5153
4. On the Select data source page, select the source you want to connect to your destination and click **Next**.
5254
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-
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>
55+
6. Open the **Fields** dropdown, select one or more fields you'd like to encrypt and click the **Generate Encryption Keys** button. You can select [Default PII matchers](/docs/privacy/portal/#default-pii-matchers), [Custom PII matchers](/docs/privacy/portal/#custom-pii-matchers), and any [Synonyms](/docs/privacy/portal/#using-synonyms) you've created for keys. Data encryption does not support "fuzzy matching".<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>
5456
7. Securely store your private key. <br> **Note:** Once you finish setting up the destination, you cannot retrieve the key.
5557
8. Click **Create destination**.
5658

@@ -63,7 +65,7 @@ To configure data encryption for an existing destination:
6365
1. Open the [My destinations page](https://app.segment.com/goto-my-workspace/destinations){:target="_blank”} in the Segment app.
6466
2. Select a destination, and click the **Data Encryption** tab.
6567
3. On the Data Encryption page, select the **Have Segment encrypt sensitive data** checkbox.
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>
68+
4. Open the **Fields** dropdown, select one or more fields you'd like to encrypt and click the **Generate Encryption Keys** button. You can select [Default PII matchers](/docs/privacy/portal/#default-pii-matchers), [Custom PII matchers](/docs/privacy/portal/#custom-pii-matchers), and any [Synonyms](/docs/privacy/portal/#using-synonyms) you've created for keys. Data encryption does not support "fuzzy matching".<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>
6769
5. Securely store your private key. <br> **Note:** Once you finish setting up the destination, you cannot retrieve the key.
6870
6. Click **Save**.
6971

@@ -88,7 +90,7 @@ After enabling encryption for a destination, you can add or remove encrypted dat
8890
To make changes to your selected fields:
8991
1. Open the [My destinations page](https://app.segment.com/goto-my-workspace/destinations){:target="_blank”} in the Segment app.
9092
2. Select the destination you'd like to edit your selected fields for and click **Data Encryption**.
91-
3. Add or remove fields.
93+
3. Add or remove fields. You can select [Default PII matchers](/docs/privacy/portal/#default-pii-matchers), [Custom PII matchers](/docs/privacy/portal/#custom-pii-matchers), and any [Synonyms](/docs/privacy/portal/#using-synonyms) you've created for keys. Data encryption does not support "fuzzy matching".
9294
- To add fields, click the **Fields** box to open the dropdown and select the fields you'd like to add.
9395
- To remove fields, click the **x** icon next to the name of the field you'd like to remove.
9496
4. Click **Save Changes**.

src/privacy/portal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ treat that property whenever it is appears in data Segment processes.
210210
![Animation of a user creating a new matcher, SIN, with the exact matching setting selected.](images/privacy-add-new-matcher.gif)
211211

212212

213-
![Screenshot of the Edit Matcher popup.](images/privacy-edit-matcher.png)
213+
![Screenshot of the Edit Matcher popup.](images/privacy-synonym-in-matcher.png)
214214

215215

216216
Unless the field value pattern is unique, we recommend matching on the Key. For

0 commit comments

Comments
 (0)