It would be very useful to have a way to define a ...
# spicedb
w
It would be very useful to have a way to define a permission as a constant, not referring to any permission (something like
permission view = user:*
, all users have this permission or none do). This is important for us for backward-compatibility: we have features that are released to a beta group (using a
beta
flag in SpiceDB), before being rolled out to everybody. Once it's rolled out we'd like to get rid of the
beta
flag, but in the meanwhile we need to continue to have the
view
permission in spicedb for backward compatibility
2 Views