Replies: 3 comments 1 reply
-
|
Test crashes when I try to select an authenticated user:
Windows 11, Chrome Version 144.0.7559.134 (Official Build) (64-bit) |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Thanks for previewing this feature couple of findings from me:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
How you see |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Verify the correctness of your RLS policies with the RLS tester
Important
We've decided to pause development of this feature preview while we re-evaluate its direction. A big thank you to everyone who were testing out this feature preview! 🙏🙂 Do let us know nonetheless any feedback or thoughts if any!"
Verifying the correctness of your RLS policies set up has always been a gap, as highlighted by a number of GitHub discussions like here and here. As such, we're piloting a dedicated UI for RLS testing (using role impersonation as the base), in which you'll be able to
const { data } = await client.from('colors').select('*')Note: Only
SELECTqueries are supported for now to simplify things. Testing mutation queries (INSERT,UPDATE,DELETE) could trigger side effects such as triggering a database trigger, especially if it involves an external request such as an edge function or HTTP call - we're keeping them out of this preview while we work out a safe way to support them.Changes are currently set as a feature preview which you can access by clicking on your Profile picture in the top navigation bar . We'll iterate as we get feedback from everyone so please do let us know what you think! 🙂🙏
Related PR: #45121
What we'd like to know from you
Beta Was this translation helpful? Give feedback.
All reactions