We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object IDs with pipe characters fail to validate and import.
For example: organization:org_f00bar#member@user:auth0|f1zzbuzz fails validation, but organization:org_f00bar#member@user:auth0_f1zzbuzz passes.
organization:org_f00bar#member@user:auth0|f1zzbuzz
organization:org_f00bar#member@user:auth0_f1zzbuzz
It looks like this has already been fixed in this fix in SpiceDB.
I think the only thing needed here is to update the package dependency on github.com/authzed/spicedb from 1.4.1 to 1.5.0.
The text was updated successfully, but these errors were encountered:
Bump SpiceDB to latest
5ff4802
Fixes authzed#100
eeeb2d4
db94ef7
39bae37
Successfully merging a pull request may close this issue.
Object IDs with pipe characters fail to validate and import.
For example:
organization:org_f00bar#member@user:auth0|f1zzbuzz
fails validation, butorganization:org_f00bar#member@user:auth0_f1zzbuzz
passes.It looks like this has already been fixed in this fix in SpiceDB.
I think the only thing needed here is to update the package dependency on github.com/authzed/spicedb from 1.4.1 to 1.5.0.
The text was updated successfully, but these errors were encountered: