Disable non-RLS table from public API by default #11550
Unanswered
tonyxiao
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.
It seems really strange that the default behavior without RLS enabled is "free for all" where everyone can do everything. This is very counter-intuitive and bad security practice, especially in case where a table gets created without a developer explicitly doing so (e.g.
migrationstable). Cab we prevent tables without RLS from showing up in the public API at all? If it's already possible of course I'd love to know.All reactions