Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.44 KB

supabase.md

File metadata and controls

26 lines (19 loc) · 1.44 KB
description
Setup guide on how to continuously sync your secrets with Supabase.

Supabase

Setup

  1. Generate your Personal Access Token
    1. Go to your Supabase dashboard's Access Tokens page.
    2. Click on "Generate New Token" and copy the newly generated token somewhere safe.
  2. Configuration
    1. Go to integrations catalog in your envsecrets dashboard and choose "Supabase."
    2. On the setup/connection page, enter your Supabase personal access token you created above and save the configuration.

Activation

  1. Go to the integrations dashboard in your envsecrets organisation and under "Supabase" choose "Manage."
  2. Click on "Sync Secrets" button.
  3. In the page that opens, select your envsecrets project, environment and your Supabase organisation and project where you wish to push/sync your secrets.
  4. Complete and save the form.

Usage

  1. Right after saving the configuration and activating an integration on a specific environment in envsecrets, your secrets will automatically get synced for the first time to your Supabase project. It is advisable you open your Supabase dashboard and check the values in your new secret.
  2. From here on, everytime you create a new version of your secrets in your environment, the new values will automatically get pushed to your Supabase project.