vault icon indicating copy to clipboard operation
vault copied to clipboard

Vault stores secrets unencrypted. Decrypted_secret table loads indefinitely.

Open JungeWerther opened this issue 1 year ago • 2 comments

image

on local development, values placed in vault using seed.sql:

image

JungeWerther avatar Dec 16 '24 13:12 JungeWerther

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.

JungeWerther avatar Dec 16 '24 22:12 JungeWerther

Hi, I've moved this issue over from the supabase repo as its vault related.

Hallidayo avatar Mar 05 '25 21:03 Hallidayo