Add supabase docs, modify integration docs wording, check integration middleware

This commit is contained in:
Tuan Dang
2023-04-14 14:08:09 +03:00
parent d824305fd6
commit b21a8b4574
29 changed files with 73 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
---
title: "AWS Parameter Store"
description: "How to automatically sync secrets from Infisical to your AWS Parameter Store."
description: "How to sync secrets from Infisical to AWS Parameter Store"
---
Prerequisites:

View File

@@ -1,6 +1,6 @@
---
title: "AWS Secret Manager"
description: "How to automatically sync secrets from Infisical to your AWS Secret Manager."
description: "How to sync secrets from Infisical to AWS Secret Manager"
---
Prerequisites:

View File

@@ -1,6 +1,6 @@
---
title: "Azure Key Vault"
description: "How to automatically sync secrets from Infisical into your Azure Key Vault."
description: "How to sync secrets from Infisical to Azure Key Vault"
---
Prerequisites:

View File

@@ -1,6 +1,6 @@
---
title: "Fly.io"
description: "How to automatically sync secrets from Infisical into your Fly.io project."
description: "How to sync secrets from Infisical to Fly.io"
---
Prerequisites:

View File

@@ -1,6 +1,6 @@
---
title: "Heroku"
description: "How to automatically sync secrets from Infisical into your Heroku project."
description: "How to sync secrets from Infisical to Heroku"
---
Prerequisites:

View File

@@ -1,6 +1,6 @@
---
title: "Netlify"
description: "How to automatically sync secrets from Infisical into your Netlify project."
description: "How to sync secrets from Infisical to Netlify"
---
<Warning>

View File

@@ -1,6 +1,6 @@
---
title: "Railway"
description: "How to automatically sync secrets from Infisical into your Railway projects and services"
description: "How to sync secrets from Infisical to Railway"
---
Prerequisites:

View File

@@ -1,6 +1,6 @@
---
title: "Render"
description: "How to automatically sync secrets from Infisical into your Render project."
description: "How to sync secrets from Infisical to Render"
---
Prerequisites:

View File

@@ -1,20 +1,44 @@
---
title: "Supabase"
description: "How to automatically sync secrets from Infisical into your Supabase project."
description: "How to sync secrets from Infisical to Supabase"
---
<Note>
The Supabase integration is useful if your Supabase project uses sensitive-information such as [environment variables in edge functions](https://supabase.com/docs/guides/functions/secrets).
Synced envars can be accessed in edge functions using Deno's built-in handler: `Deno.env.get(MY_SECRET_NAME)`.
</Note>
Prerequisites:
- Have an account and project set up at [Supabase](https://supabase.com/)
- Set up and add envars to [Infisical Cloud](https://app.infisical.com)
Note somewhere that envars will be accessible in edge functions etc.
## Navigate to your project's integrations tab
![integrations](../../images/integrations.png)
## Enter your Supabase API
## Enter your Supabase Access Token
Obtain a Supabase Access Token in your Supabase [Account > Access Tokens](https://app.supabase.com/account/tokens).
![integrations supabase dashboard](../../images/integrations-supabase-dashboard.png)
![integrations supabase token](../../images/integrations-supabase-token.png)
Press on the Supabase tile and input your Supabase Access Token to grant Infisical access to your Supabase account.
## Start integration
![integrations supabase authorization](../../images/integrations-supabase-authorization.png)
<Info>
If this is your project's first cloud integration, then you'll have to grant
Infisical access to your project's environment variables. Although this step
breaks E2EE, it's necessary for Infisical to sync the environment variables to
the cloud platform.
</Info>
## Start integration
Select which Infisical environment secrets you want to sync to which Supabase project. Lastly, press create integration to start syncing secrets to Supabase.
![integrations supabase create](../../images/integrations-supabase-create.png)
![integrations supabase](../../images/integrations-supabase.png)

View File

@@ -1,6 +1,6 @@
---
title: "Vercel"
description: "How to automatically sync secrets from Infisical into your Vercel project."
description: "How to sync secrets from Infisical to Vercel"
---
Prerequisites: