Join Discord
Powered by
In spicedb schema I have a definition `app` with ...
# spicedb
a
arun0009
07/07/2023, 4:02 AM
In spicedb schema I have a definition
app
with relationship
owner
and
member
. I have another definition
api
and I want to let only
owner
on
app
be able to connect to an “api”.
Previous
Next