https://authzed.com logo
#spicedb
Title
# spicedb
j

Joey

05/17/2022, 5:24 PM
@liammoch something like:
Copy code
definition host {
  relation superuser: user
  permission can_access = superuser
}

definition port {
  relation host: host
  relation accessor: user
  permission can_access = accessor + host->can_access
}