Integrations
Supabase
How to continuously sync your secrets with Supabase.
Setup
- Generate your Personal Access Token
- Go to your Supabase dashboard’s Access Tokens page.
- Click on “Generate New Token” and copy the newly generated token somewhere safe.
- Configuration
- Go to integrations catalog in your envsecrets dashboard and choose “Supabase.”
- On the setup/connection page, enter your Supabase personal access token you created above and save the configuration.
Activation
- Go to the integrations dashboard in your envsecrets organisation and under “Supabase” choose “Sync New Environment With Your Supabase Account.”
- In the page that opens, select your envsecrets project, environment and your Supabase organisation and project where you wish to sync your secrets.
- Complete and save the form.
Usage
Platform
- Navigate to the environment for which you activated the integration.
- Click on the “Sync” button.
- Choose the Supabase project to which you want to sync your secrets.
- Approve the sync.
CLI
- Use the command:
envs sync --env [name-of-your-remote-environment]
- Choose the Supabase integration.
Once your secrets are synced, it is recommended you go to your Supabase project and validate the new values.