Skip to content

Commit

Permalink
healthcare requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
inian committed Aug 11, 2023
1 parent 11013b8 commit 8673c4a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ You are responsible for using best-practices to optimize and manage your databas

You are responsible of provisioning enough compute to run the workload that your application requires. The Supabase Dashboard provides [observability tooling](https://supabase.com/dashboard/project/_/reports/database) to help with this.

## Managing Healthcare Data

If you sign a BAA with Supabase, you can use Supabase to store and process PHI data. You are responsible for ensuring that your project is configured with these required best practices

- Enabling [Point in Time Recovery](/docs/guides/platform/backups#point-in-tim.e-recovery)
- Turning on [SSL Enforcement](/docs/guides/platform/ssl-enforcement).
- Enabling [Network Restrictions](/docs/guides/platform/network-restrictions).

export const Page = ({ children }) => <Layout meta={meta} children={children} />

export default Page

0 comments on commit 8673c4a

Please sign in to comment.