supabase-terraform VS rls_oso

Compare supabase-terraform vs rls_oso and see what are their differences.

rls_oso

PoC postgres plugin to use oso authorization in row level security policies (by MFAshby)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
supabase-terraform rls_oso
2 1
78 3
- -
0.0 3.9
over 1 year ago 4 months ago
HCL Rust
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

supabase-terraform

Posts with mentions or reviews of supabase-terraform. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-13.

rls_oso

Posts with mentions or reviews of rls_oso. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-13.
  • Supabase Auth: SSO, Mobile, and Server-Side Support
    7 projects | news.ycombinator.com | 13 Apr 2023
    > do you have an opinion on which enterprise-grade AuthZ provider works best with Supabase?

    Since you asked for my personal opinion, then I would say Postgres Row Level Security for AuthZ. RLS is as powerful as it is flexible. It's fully-integrated with the rest of the Supabase stack, and it's portable if you don't like supabase - just pg_dump and take it to your favourite Postgres provider.

    That said, I understand why it's useful to have something more structured like RBAC. We have experimented with a ideas here (specifically ABAC), using a custom libraries/extensions/custom claims[0]. We do something similar internally, but aren't 100% happy with the developer experience and don't plan to release it any time soon.

    I'm sure the Auth team won't enjoy me saying this, but I like the idea of Zanzibar. I've seen some experimental Postgres extensions[1] that combine Oso[2] + RLS which I'd love to try when I get time.

    [0] custom claims: https://dev.to/supabase/supabase-custom-claims-34l2

    [2] Oso + RLS: https://github.com/MFAshby/rls_oso

    [1] Oso: https://www.osohq.com/

What are some alternatives?

When comparing supabase-terraform and rls_oso you can also consider the following projects:

supabase-kubernetes - Helm 3 charts to deploy a Supabase on Kubernetes

schemainspect - Schema inspection for PostgreSQL (and potentially others).

supabase-py - Python Client for Supabase. Query Postgres from Flask, Django, FastAPI. Python user authentication, security policies, edge functions, file storage, and realtime data streaming. Good first issue.

flutter-chat - Simple chat application built with Flutter and Supabase.