On V2 we need to provide API key (as secret) for connecting to Supabase. However, if you are using RLS (as you should) you won't be able to do anything with your database. I tried to add service role API key instead, but it didn't work (service role should bypass the RLS).
Any suggestions what could be solution here?
P.S. I know there are nodes with user tokens, but in this case, workflow would not be triggered by an authenticated user.