Skip to content
New issue

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

Paging for retrieval of all identity zones #3144

Open
torsten-sap opened this issue Nov 20, 2024 · 0 comments
Open

Paging for retrieval of all identity zones #3144

torsten-sap opened this issue Nov 20, 2024 · 0 comments

Comments

@torsten-sap
Copy link
Contributor

torsten-sap commented Nov 20, 2024

What version of UAA are you running?

77.18.0

How are you deploying the UAA?

I am deploying the UAA

  • using cf-deployment

What did you do?

Retrieval of all identity zones via endpoint /identity-zones.

What did you expect to see? What goal are you trying to achieve with the UAA?

Expectation is that the API applies paging by default, similar to the SCIM API (/Users, /Groups). With regards to the page size, the API should define a default (e.g. 100) and a maximum value (e.g. 500).

The goals are:

  • Avoid high DB load issues if the UAA has a high number of identity zones
  • Ensure an appropriate response time if the UAA has a high number of identity zones

What did you see instead?

No paging mechanism supported for endpoint /identity-zones.

@torsten-sap torsten-sap changed the title Paging for retrieval of all identity zones [Feature] Paging for retrieval of all identity zones Nov 20, 2024
@torsten-sap torsten-sap changed the title [Feature] Paging for retrieval of all identity zones Paging for retrieval of all identity zones Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant