Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

limit list projects API? #168

Open
AlvaroVega opened this issue Nov 20, 2020 · 1 comment
Open

limit list projects API? #168

AlvaroVega opened this issue Nov 20, 2020 · 1 comment
Labels

Comments

@AlvaroVega
Copy link
Member

Limiting list return size

Keystone provides a method of setting a limit to the number of entities returned in a collection, which is useful to prevent overly long response times for list queries that have not specified a sufficiently narrow filter. This limit can be set globally by setting list_limit in the default section of keystone.conf, with no limit set by default. Individual driver sections may override this global value with a specific limit, for example:

https://docs.openstack.org/keystone/pike/configuration.html#limiting-list-return-size

To ensure API is not overloadd

[projects]
list_limit = 100

(users, roles, groups are covered by SCIM pagination)

related https://github.com/telefonicasc/iotp-portal/issues/65

@AlvaroVega
Copy link
Member Author

Check if this is the way to enable pagination

@AlvaroVega AlvaroVega changed the title limit list projects API limit list projects API? Nov 23, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant