create_secret @vault

Hey there I've been trying to store multi-tenant secrets using edge functions but every time I try to call: supabaseAdmin.rpc('vault.create_secret', {}) I'm getting errors like:

Error storing credentials in vault: {
code: "PGRST202",
details: "Searched for the function public.vault.create_secret with parameters .....

Is that possible to store secrets in the vault from edge functions?
Was this page helpful?