Help pls - RLS
Hi everyone
I'm the project owner of a Supabase project (ref: vuaijoihsyuqiphnoiqk).
I need to enable Row Level Security (RLS) on
storage.objects for my bucket cursorcolab-files.
Running:
ALTER TABLE storage.objects ENABLE ROW LEVEL SECURITY;
returns:
ERROR: must be owner of table objects
Could someone from the Supabase team please enable RLS for me?
I already have an "Allow all for dev" policy for anon access.1 Reply
RLS is already enabled on storage.objects by default. You don't run alter table (and can't) on the storage schema.
Also this is a user helping user forum and not regularly monitored by Supabase staff.
If your RLS is not working then your policy is not correct or your JWT you are passing in is not what you think.