supporting slash in object IDs
# spicedb
v
Hi SpiceDB team, Is there a way to modify the regex pattern
^(([a-zA-Z0-9/_|\\-=+]{1,})|\\*)$
(may be through a config) which is used to regulate the string pattern that can be used in values? My requirement is to accommodate a value such as
domain:edit_projects
. As of now this is getting rejected. Thanks.
v
hey, no, for now there is no way to configure it, we suggest replacing
:
with
/
. We added support for
/
recently in spicedb 1.24.0
v
Thanks @vroldanbet.
2 Views