You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no possibility to list distinct objects created in the Namespace. It is possible to query only all relations by specifying the namespace.
Why this feature is useful? Lets say we implement simple RBAC whit roles. It would be useful to first list already created Roles before creating new ones. Also it could serve as an option to narrow down the search.
Describe your ideal solution
Current ListRelationTuples request would be a great place to hold boolean field distinct which would indicate if we want a distinct results or all.
Workarounds or alternatives
Iterate over ListRelationTuples and save distinct results self.
Version
v0.11.1-alpha.0
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Preflight checklist
Ory Network Project
No response
Describe your problem
Currently there is no possibility to list distinct objects created in the Namespace. It is possible to query only all relations by specifying the namespace.
Why this feature is useful? Lets say we implement simple RBAC whit roles. It would be useful to first list already created Roles before creating new ones. Also it could serve as an option to narrow down the search.
Describe your ideal solution
Current
ListRelationTuples
request would be a great place to hold boolean fielddistinct
which would indicate if we want a distinct results or all.Workarounds or alternatives
Iterate over
ListRelationTuples
and save distinct results self.Version
v0.11.1-alpha.0
Additional Context
No response
The text was updated successfully, but these errors were encountered: