so... I'm using a self hosted spicedb instance wit...
# spicedb
p
so... I'm using a self hosted spicedb instance with docker on windows and connected it to a postgresql (all development env) when i run the command
zed relationship read package --insecure
i get as result:
package:123 owner user:1484971115573936128
so far so good... but if i now run the command
zed permission check package:123 owner user:1484971115573936128 --insecure
i get as result:
false
so... what did i not understand properly here?