canonical / identity-platform-admin-ui

Admin UI for the Canonical identity broker and identity provider solution
Other
6 stars 4 forks source link

limitations to OpenFGA `ListX` endpoints #386

Open shipperizer opened 3 months ago

shipperizer commented 3 months ago

we have been using ListObjects and might usually turn to ListUsers endpoints in our codebase

issues with these 2 calls is that they are not paginated and they rely on OpenFGA server config parameters to define how many results and for how long the response can be elaborated before being returned

there is a case where if our model explodes in terms of tuples, we will definitely need to get pagination to be able to show all the records present in the model

arguably OpenFGA shouldn't be the main source of truth for this and we should limit the ListX calls to a minimum

syncronize-issues-to-jira[bot] commented 3 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/IAM-1008.

This message was autogenerated