supabase / vault

Extension for storing encrypted secrets in the Vault
Apache License 2.0
163 stars 9 forks source link

Can't create Vault in Supabase dashboard SQL #13

Open richiemcilroy opened 1 year ago

richiemcilroy commented 1 year ago

Bug report

Describe the bug

I'm trying to add the vault to my Supabase DB via SQL in the dashboard, but getting the error "Failed to run sql query: could not open extension control file "/var/lib/postgresql/extension/supabase_vault.control": No such file or directory". This is when running the SQL outlined in the readme.

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Go to 'app.supabase.com'
  2. Sign in
  3. Go to SQL Editor
  4. Paste SQL from readme in repo
  5. See error of "Failed to run sql query: could not open extension control file "/var/lib/postgresql/extension/supabase_vault.control": No such file or directory"

Expected behavior

Should successfully create vault schema etc so it is usable.

michelp commented 1 year ago

Vault is not generally released yet on production but stay tuned! We're in the final stages of testing it as well as the new UI.

Wizzel1 commented 1 year ago

Any news on this?

JSmithOner commented 1 year ago

I've sent an email for activating vault inside my UI, is this still in beta and accessible on demand? Thanks