vault
vault copied to clipboard
Vault stores secrets unencrypted. Decrypted_secret table loads indefinitely.
on local development, values placed in vault using seed.sql:
I can confirm that it's a problem with the way or moment seed.sql gets applied. When placing the vault secrets directly into migrations, the same functions work without problem.
Don't want to commit secrets to version control though.
Table loads indefinitely because it cannot base64 encode some plaintext characters in vault.secret column.
Hi, I've moved this issue over from the supabase repo as its vault related.