Joseph Schorr
Joseph Schorr
Moved to draft due to steelthread discovering a pagination bug
@DonDebonair the suggestion today is to issue Checks in parallel for each of the permissions you want to check on that resource. gRPC will execute the Checks in parallel over...
> If the resource is not yet created and i want to know all the permissions that are applicable how would that be done? See: https://github.com/authzed/spicedb/issues/613
Current state of research: - Postgres: fairly trivial to add since we control the transactions table; would simply be another column - MySQL: Ditto - Memdb: Ditto - Spanner: I...
After some research and prototyping, I've created PR #1914 which allows for attaching metadata to the read/write *transaction*. Once this change is in, we'll update the API to allow for...
Likely will be a part of the tooling improvements for https://github.com/authzed/spicedb/issues/1437
There has been some discussion (both internal and external) about whether some sort of scoping would be beneficial, especially with this proposal: https://github.com/authzed/spicedb/issues/1437 One big question immediately is whether it...
@merlante If we introduced syntax such as `_` in front of a definition/relation/permission/caveat such that it was inaccessible outside of the schema "module" (see https://github.com/authzed/spicedb/issues/1437), would that be sufficient?
Related: https://github.com/authzed/spicedb/issues/1437
We should probably add a custom linter for this to be enforced