spicedb

Open Source, Google Zanzibar-inspired authorization database

brewmacoslinux
Try with needOr install directly
Source

About

Open Source, Google Zanzibar-inspired database

Commands

spicedb

Examples

Start SpiceDB server with in-memory datastore$ spicedb serve --datastore-engine=memory
Create a schema for authorization relationships$ spicedb schema write schema.zed
Check if a user has permission to perform an action$ spicedb permission check user:alice document:report view