vault icon indicating copy to clipboard operation
vault copied to clipboard

Extension for storing encrypted secrets in the Vault

Results 21 vault issues
Sort by recently updated
recently updated
newest added

# Bug report ## Describe the bug I am connecting via jdbc and making a call to insert into a table in our supabase database. On that table we have...

bug

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

# Bug report - [X] I confirm this is a bug with Supabase, not with my own application. - [X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

# Bug report ## Describe the bug While adding the vault extension to a local Supabase development environment, the extension cannot be found and/or installed. ## To Reproduce Add migration...

bug

# Bug Tried to build and run the [Dockerfile](https://github.com/supabase/vault/blob/main/Dockerfile) from this repository which uses postgres:15 image, even though the docker file builds and deploys successfully with the extensions pgsoduim and...

bug

# 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...

bug

# Bug report ## Describe the bug Running a query to update the `description` of a secret throws the following error `Failed to run sql query: pgsodium_crypto_aead_det_decrypt_by_id: invalid ciphertext` This...

bug

# Bug report ## Describe the bug Running a query to update the `secret` of a secret throws the following error `Failed to run sql query: invalid base64 end sequence`...

bug

# Bug report ## Describe the bug Running a query to update the `key_id` of a secret throws the following error `Failed to run sql query: invalid base64 end sequence`...

bug

if i have an encrypted column named `address`, and i rename the column to `address_new`, the decrypted view's `address` and `decrypted_address` do not get updated i also can’t delete the...

bug