Allow modifying SELECT RLS on public buckets #35213
Unanswered
Silfalion
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I've stumbled upon this use case during a project, the idea is to allow access to certain forum topics and restrict others. The media on the forum need to follow that visibility while also allowing indexing by google for public topics.
The forum can switch in and out of privacy mode if desired by modes.
The media would be stored in a bucket called forums, with each forum having a subfolder. Now, the issue is that you can't easily turn a forum, and by extension its folder, from private to public and vice versa thus blocking access to its media.
So I'd like to suggest allowing the application of select rules on public buckets. The public urls would still exist but they wouldn't resolve for anon until the RLS on Select would allow it, just like it's done for insert, update and delete now.
All reactions