supabase / vault

Extension for storing encrypted secrets in the Vault
Apache License 2.0
174 stars 10 forks source link

Unable to update secret's secret value #10

Open joshenlim opened 1 year ago

joshenlim commented 1 year ago

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

This is done by updating the secret column of the decrypted_secrets view from vault

michelp commented 1 year ago

This is fixed in the latest version with vault.update_secret() like #11