Joseph Schorr
Joseph Schorr
Questions for discussion: 1) Maximum size of the batch? 2) Should the batch check API be streaming in response, such that we return results as they are computed?
This is now in active development here: https://github.com/authzed/spicedb/pull/1453
@DGuhr its implemented for any combination, but only *optimized* for different objects
> This is great, when can we see this in a release tag? Went out in v1.25.0 > Is there any sort of benchmark or any idea of the perf...
Voting on potential names: 1) `this` 2) `self` 3) Something else: please offer a suggestion
PR for `self` keyword: https://github.com/authzed/spicedb/pull/1511
This is now supported in HEAD as a direct keyword in `permission`. It is *not* supported as a synthetic relation on either `relation` or use for arrows. If that is...
Other options currently being considered: 1) If `self` is used as a relation, keep supporting that. Otherwise, parse using the newer parser and fallback as necessary 2) Add a `version...
In our experience, logical multi-tenancy as a solution for isolation is not that compelling and, often times, has significant performance impacts. If you need fully isolated permission systems, it is...
> @josephschorr any progress on the "combined use case"? Yes, the paid offering of SpiceDB has support for fine-grained authorization tokens: https://authzed.com/docs/spicedb-enterprise/fgam > But the difficult for this method is...