I am adding tenant_id column to each one of my tables in supabase with the value of clerk js JWT subject id.
Vault secrets does not have that column and cant modify it since its internal of supabase.
How can i ensure that when storing secrets there a user cant accidently access other users secrets? And also how can the backend not accidently access another user's secrets (also cant have secrets with same name like that?)?
Any advice will help thx!