To use zed on windows using docker use the followi...
# spicedb
u
To use zed on windows using docker use the following command. This assumes the spicedb is running in docker on a network called “datastores_default” which will be the case for the examples in the datastores folder
Copy code
docker run -it —rm —network=“datastores_default” authzed/zed —token secrettoken —endpoint spicedb:50051 —insecure permission check <objtype:objid perm subtype:subdivided> —explain
. Done from my iPad, transcribed from my work computer. watch out for typos. It collapsed the double dashes into one long dash, sorry.
2 Views