Hi there is it possible to write a
# spicedb
a
Hi there, is it possible to write a permission
read
on a user, where a user can always read itself, without introducing an explicit relationship and needing to populated it, like below:
Copy code
definition user {
  relation self: user
  permission read = self
}
v
Hey 👋 it's not possible at the moment, see https://github.com/authzed/spicedb/issues/338
a
got you, thanks