How does Warrant deal with consistency?
Why Google Zanzibar shines at building authorization
11–20 of 91 posts
Re: Why Google Zanzibar shines at building authorization
#12> A Flexible, Uniform Data Model for Authorization Are there good examples of similar applications of data modules for similarly niche use cases? I get that there are obviously endless data models, but this seems to extend beyond that into a more integrated concept and I don’t quite know why that seems to be the case.
Re: Why Google Zanzibar shines at building authorization
#13How would you compare Warrant to other Zanzibar (ZaaS?) offerings? Particularly Ory and Authzed/SpiceDb.
Re: Why Google Zanzibar shines at building authorization
#14If so, how did you evaluate them relative to each other and/or building yourselves?
Re: Why Google Zanzibar shines at building authorization
#15[flagged]
Re: Why Google Zanzibar shines at building authorization
#16Re: Why Google Zanzibar shines at building authorization
#17The Zanzibar paper has a section on the consistency model, which says that the race conditions outlined are solved by respecting update order. It then solves it by using Spanner as underlying storage (which is kind of lazy). How does Warrant deal with consistency?
Re: Why Google Zanzibar shines at building authorization
#18The Zanzibar paper has a section on the consistency model, which says that the race conditions outlined are solved by respecting update order. It then solves it by using Spanner as underlying storage (which is kind of lazy). How does Warrant deal with consistency?
Re: Why Google Zanzibar shines at building authorization
#19How does Zanzibar relate to capability-based schemes?
As I understand it, "capabilities" in capability-based schemes uniquely reference an object and specify a list of access rights on that object. This seems fairly similar to tuples in Zanzibar, which reference a unique object, an access right, and a unique subject whom the access right belongs to. You can think of Zanzibar as a layer used for defining, storing, and querying for capabilities.
Re: Why Google Zanzibar shines at building authorization
#20I was super curious to hear how Zanzibar is being used to control access to buildings. Don’t be fooled, this is not that post. ;)