Permission denied

I have created a simple trigger on auth.users table that will create a stripe customer id in stripe But whenever the trigger is getting executed I am everytime getting an error permission denied on extensions schema since I have an http API call being made in my function. Also this is the exact same scenario when I am fetching my secrets from vault schema permissoion denied for vault? My current user when I checked is postgres that too I am logged in from supabase is it because of it has only admin privileges? if yes then how can I change it superuser
Was this page helpful?