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
macos
arm64
v1.33.0
1 Create 10 editor relations of user and documents. 2 Invoke LookupSubject API with subject request: LookupSubjectsRequest { Resource = "document1", SubjectObjectType = "user", Permission = "editor", Consistency = new SpiceDB.Consistency { FullyConsistent = true }, OptionalConcreteLimit = 2, OptionalCursor = null }; 3 Expect return 2 subjects. 4 Actually return 10 subjects, after_result_cursor is null.
LookupSubjectsRequest { Resource = "document1", SubjectObjectType = "user", Permission = "editor", Consistency = new SpiceDB.Consistency { FullyConsistent = true }, OptionalConcreteLimit = 2, OptionalCursor = null };
Expect return 2 subjects
Actually return 10 subjects, after_result_cursor is null.
The text was updated successfully, but these errors were encountered:
Hey @karlwang1983, support for cursors in LookupSubjects is not yet merged: #1379
LookupSubjects
This is an artifact of the API being published, and already merged into spicedb but the actual implementation not being in place.
spicedb
#1379 is already reviewed, we are conducting more tests, and should be planned for 1.35.
FYI @josephschorr
Sorry, something went wrong.
@vroldanbet Thank you for your prompt reply. Looking forward to the release of the version 1.35
No branches or pull requests
What platforms are affected?
macos
What architectures are affected?
arm64
What SpiceDB version are you using?
v1.33.0
Steps to Reproduce
1 Create 10 editor relations of user and documents.
2 Invoke LookupSubject API with subject request:
LookupSubjectsRequest { Resource = "document1", SubjectObjectType = "user", Permission = "editor", Consistency = new SpiceDB.Consistency { FullyConsistent = true }, OptionalConcreteLimit = 2, OptionalCursor = null };
3 Expect return 2 subjects.
4 Actually return 10 subjects, after_result_cursor is null.
Expected Result
Expect return 2 subjects
Actual Result
Actually return 10 subjects, after_result_cursor is null.
The text was updated successfully, but these errors were encountered: