S
Supabase2mo ago
d rose

Using Vault with logs

I am starting to use Supabase Vault for the first time. I read here https://github.com/supabase/vault that you MUST turn off statement logging for the whole app. Is this still true? I feel like this would cause issues when I need to debug.
GitHub
GitHub - supabase/vault: Extension for storing encrypted secrets in...
Extension for storing encrypted secrets in the Vault - supabase/vault
3 Replies
garyaustin
garyaustin2mo ago
I've not heard of any change and that is not part of turning on Vault on a hosted instance. BUT I don't think statement logging (showing the actual data) is turned on for Supabase instances by default for security. Note it may also be Supabase has the logging set only to DDL.
garyaustin
garyaustin2mo ago
Sort of confused by the vault use of statement_log.... Seems like it is SET log_statement = 'ddl'; or none. ddl seems safe.
No description
d rose
d roseOP2mo ago
Interesting ok thank u

Did you find this page helpful?