Skip to content

Commit 2b2264b

Browse files
Merge pull request #5929 from segmentio/remove-hls-beta-note
HLS Data Encryption to GA
2 parents f93d85f + bc83233 commit 2b2264b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/_includes/content/connection-modes-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Segment's web source (Analytics.js), and native client-side libraries (iOS, Andr
66
<div class="fa fa-info-circle"></div>
77
<div class="content">
88
<p class="header">Healthcare and Life Sciences (HLS) customers can encrypt data flowing into their destinations</p>
9-
<p> HLS customers with a HIPAA eligible workspace can encrypt data in fields marked as Yellow in the Privacy Portal before they flow into an event stream, cloud mode destination.
9+
<p> HLS customers with a HIPAA eligible workspace can encrypt data in fields marked as Yellow in the Privacy Portal before they flow into an event stream, cloud-mode destination.
1010
<br>To learn more about data encryption, see the <a href="/docs/privacy/hipaa-eligible-segment/#data-encryption">HIPAA Eligible Segment documentation</a></p>
1111
</div>
1212
</div>

src/connections/destinations/add-destination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Destinations are tools or services which can use the data sent from Segment to p
1010
> Each Segment Workspace has its own set of destinations, which are connected to the workspace's sources. When you add or modify a destination, make sure you're working with the correct workspace.
1111
1212
> info "Healthcare and Life Sciences (HLS) customers can encrypt data flowing into their destinations"
13-
> HLS customers with a HIPAA eligible workspace can encrypt data in fields marked as Yellow in the Privacy Portal before they flow into an event stream, cloud mode destination.
13+
> HLS customers with a HIPAA eligible workspace can encrypt data in fields marked as Yellow in the Privacy Portal before they flow into an event stream, cloud-mode destination.
1414
>
1515
> To learn more about data encryption, see the [HIPAA Eligible Segment documentation](/docs/privacy/hipaa-eligible-segment/#data-encryption).
1616

src/connections/destinations/destination-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Property-level allowlisting is available with Segment's API. Using destination f
8787
![PII management example](images/destination-filters/pii_example.png)
8888

8989
> info "Healthcare and Life Sciences (HLS) customers can encrypt data flowing into their destinations"
90-
> HLS customers with a HIPAA eligible workspace can encrypt data in fields marked as Yellow in the Privacy Portal before they flow into an event stream, cloud mode destination.
90+
> HLS customers with a HIPAA eligible workspace can encrypt data in fields marked as Yellow in the Privacy Portal before they flow into an event stream, cloud-mode destination.
9191
>
9292
> To learn more about data encryption, see the [HIPAA Eligible Segment documentation](/docs/privacy/hipaa-eligible-segment/#data-encryption).
9393

src/privacy/hipaa-eligible-segment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Segment encrypts the data in select fields [marked as yellow in the Privacy Port
3939

4040
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.
4141

42-
> info "Data encryption is currently in public beta"
43-
> Data encryption only supports event-stream, cloud-mode destinations. Only data fields in `context`, `traits`, and `property` objects can be encrypted.
42+
> info "Data encryption only supports event-stream, cloud-mode destinations"
43+
> Only data fields in `context`, `traits`, and `property` objects can be encrypted.
4444
>
4545
> 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.
4646
@@ -111,4 +111,4 @@ To remove encryption from incoming data:
111111
112112
## User session timeouts
113113

114-
Segment automatically logs out all users with access to HIPAA eligible workspaces after 15 minutes of inactivity.
114+
Segment automatically logs out all users with access to HIPAA eligible workspaces after 15 minutes of inactivity.

0 commit comments

Comments
 (0)