authzed / zed

Official command-line tool for managing SpiceDB
https://authzed.com/docs/reference/clients
Apache License 2.0
118 stars 26 forks source link

Update against most recent spicedb #431

Closed tstirrat15 closed 3 weeks ago

tstirrat15 commented 3 weeks ago

Description

This is mostly prepping for SpiceDB 1.38 and to unblock other work on zed that I wanted to do with a local copy of the most recent version of SpiceDB. The changes that we pushed through to the core structs needed to be reflected in their usages on the zed side.

Note

I think this should be safe to merge even before the 1.38 changes go out, since the SpiceDB internals imported here are mostly used for schema validation and manipulation.

Changes