Kaden Griffith
Kaden Griffith
@erikshestopal @masoodshakir I'm running pgsodium 3.0.4 on Supabase. I was having the same issue. The decrypted views are not created automatically (at least for the version I'm using). I was...
@masoodshakir Np. Try something like: ```sql GRANT pgsodium_keyiduser TO "postgres"; GRANT USAGE ON SCHEMA pgsodium TO "postgres"; ```
I ran into a potentially related issue with RLS and realtime yesterday. I was receiving `eventType: 'DELETE'` events as an `anon` role, when I only have `service_role` and `authenticated` role...
> @kadengriffith please do share, the more examples the better as it will help better understand it. I will work on this today still 🙏 sorry for the delay as...
> > I was receiving eventType: 'DELETE' events as an anon role, when I only have service_role and authenticated role policies defined. > > This is almost the exact issue...
> @kadengriffith please do share, the more examples the better as it will help better understand it. I will work on this today still 🙏 sorry for the delay as...
@filipecabaco Gotcha! No issues on my end then 😊. Thanks for pointing to the docs. That's very helpful to know. Sorry to waste cycles!