Row level security for subscribe / real time
See original GitHub issueI want to be able to stream data for changes for just the auth’d user. e.g. I have a table cards
that has a user_id
and team associated with each card
. The user should only get changes for cards that belong to their team.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Row Level Security - Supabase
Secure your data using Postgres Row Level Security. ... REALTIME SUBSCRIPTIONS * Realtime enables listening to any table in your public schema.
Read more >Row-level security (RLS) with Power BI - Microsoft Learn
Row-level security (RLS) with Power BI can be used to restrict data access for given users. Filters restrict data access at the row...
Read more >Realtime Subscriptions don't work with Row Level Security
Create a subscription to any realtime-enabled database. Enable row level security and the socket does not work.
Read more >Introduction to BigQuery row-level security - Google Cloud
Row-level security lets you filter data and enables access to specific rows in a table based on qualifying user conditions. BigQuery already supports...
Read more >Row-Level Security and Object-Level Security together in ...
Struggling with using Row - Level Security (RLS) together with Object-Level Security (OLS) in Power BI? You think it can't be done?
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Just wanted to give everyone a heads up that we have a project codenamed
WALRUS
that will broadcastRealtime
changes with respect to RLS. See here for more context.@w3b6x9 👍
I think the docs should have a better security warning in the meantime. If you turn this on, you’re basically streaming all your data changes to all your users. Something that risky should be in “flashing red lights”.