Broader usage of Paginated Lists #271
Labels
feature
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe.
In #140 and #170, initial support of paginated lists were added, which included some API endpoints. However, some more endpoints could be updated to use these new APIs.
Describe the solution you'd like
PKI Tidy operation should use paginated lists everywhere.in Add pagination to tidy #678 thanks to @fatima2003!This does not use aTransactional added in Split mount tables with transactions #622, but should still manually support pagination even though it won't be any more efficient.storage.List
call but could still be made transactional.storage.List
should probably be audited as well.Describe alternatives you've considered
Some places will continue to rely on
storage.List
as they have a low volume of responses, e.g., issuer counts should be in the 10s at most.Explain any additional use-cases
Some additional use cases are available at the HashiCorp Vault issue: hashicorp/vault#10887
Additional context
This will help with memory utilization in more high-volume areas of the code. Would be a good GA milestone candidate.
The text was updated successfully, but these errors were encountered: