authzed / api

Protocol Buffers & gRPC Services used by SpiceDB
https://authzed.com/docs
Apache License 2.0
16 stars 18 forks source link

adds optional revision in LookupPermissionSets #114

Closed vroldanbet closed 4 months ago

vroldanbet commented 4 months ago

After the introduction of BreakingSchemaChange, clients will be notified that an incompatible change has happened and that they need rebuild their index. In order to do that, they need to call LookupPermissionSets with the revision at which the breaking event happened.

This introduces an optional revision in LookupPermissionSets to support this use-case.