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: guides/security-dev-productivity/hipaa-compliance.mdx
+26-25Lines changed: 26 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,32 @@ These recommendations from ngrok's team do not constitute legal advice.
14
14
Please consult your own legal and engineering teams to ensure HIPAA compliance.
15
15
</Warning>
16
16
17
+
18
+
## Get started
19
+
20
+
You can enable HIPAA compliance yourself from the [ngrok dashboard](https://dashboard.ngrok.com/billing) by navigating to **Billing > HIPAA Compliance**.
21
+
22
+
Before you enable HIPAA, make sure your account meets these requirements:
23
+
24
+
1. You must be an **admin**.
25
+
1. You must have a **v3 pay-as-you-go account**.
26
+
1. You must execute a Business Associate Agreement (BAA) by providing the **executor name** and **legal business name**. You can view the executed BAA on the billing page at any time after you agree to it.
27
+
28
+
<Note>
29
+
Once HIPAA compliance is enabled, you can't downgrade your account.
30
+
</Note>
31
+
32
+
### What changes when HIPAA compliance is enabled
33
+
34
+
Enabling HIPAA compliance applies the following changes to your account to help keep PHI (protected health information) out of stored data:
35
+
36
+
- Traffic Inspector full capture is always disabled while HIPAA compliance is enabled.
37
+
- Traffic Inspector hides request data, such as headers and bodies.
38
+
- Public HTTP-only endpoints are prohibited from the Cloud Endpoint UI.
39
+
- A 50% HIPAA compliance surcharge is added to your payment plan.
40
+
41
+
If you have questions about HIPAA compliance on ngrok, reach out to sales@ngrok.com.
42
+
17
43
## Shared responsibility model
18
44
19
45
ngrok operates with a shared responsibility model.
@@ -45,28 +71,3 @@ These are ngrok's recommendations for setting up and configuring your ngrok acco
45
71
-[Verify webhooks](/traffic-policy/actions/verify-webhook/) to ensure the authenticity of incoming requests
46
72
47
73
See the guide on [security quick wins](/guides/security-dev-productivity/securing-your-tunnels/) for information on how to set up authentication, authorization, encryption, auth tokens, logging, and related features in a secure manner.
48
-
49
-
## Get started
50
-
51
-
You can enable HIPAA compliance yourself from the [ngrok dashboard](https://dashboard.ngrok.com/billing) by navigating to **Billing > HIPAA Compliance**.
52
-
53
-
Before you enable HIPAA, make sure your account meets these requirements:
54
-
55
-
1. You must be an **admin**.
56
-
1. You must have a **v3 pay-as-you-go account**.
57
-
1. You must execute a Business Associate Agreement (BAA) by providing the **executor name** and **legal business name**. You can view the executed BAA on the billing page at any time after you agree to it.
58
-
59
-
<Note>
60
-
Once HIPAA compliance is enabled, you can't downgrade your account.
61
-
</Note>
62
-
63
-
### What changes when HIPAA compliance is enabled
64
-
65
-
Enabling HIPAA compliance applies the following changes to your account to help keep PHI (protected health information) out of stored data:
66
-
67
-
- Traffic Inspector full capture is always disabled while HIPAA compliance is enabled.
68
-
- Traffic Inspector hides request data, such as headers and bodies.
69
-
- Public HTTP-only endpoints are prohibited from the Cloud Endpoint UI.
70
-
- A 50% HIPAA compliance surcharge is added to your payment plan.
71
-
72
-
If you have questions about HIPAA compliance on ngrok, reach out to sales@ngrok.com.
0 commit comments