#798 Inconsistent paging parameters
Closed: migrated by dmoluguw. Opened by edewata.

There are inconsistencies among the list/search operations for different resources.

Most list/search operations take the following parameters for paging:

  • start: starting index (default: 0)
  • size: number of entries (default: 20)

However, the list/search operations for cert/key requests take the following parameters:

  • start: starting request ID (default: 0)
  • pageSize: number of entries (default: 20)

The starting request ID may be required for VLV, but not all resources use VLV.

Possible solutions:
1. change the parameters for cert/key requests to startID, start and size.
2. change the parameters for other resources to pageStart and pageSize, then add pageStart to cert/key requests.

IPA only uses the "size" parameter for searching certs (not cert requests), so option #1 would not require modifying IPA.


Metadata Update from @edewata:
- Issue assigned to edewata
- Issue set to the milestone: UNTRIAGED

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/1365

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Metadata Update from @dmoluguw:
- Issue close_status updated to: migrated
- Issue status updated to: Closed (was: Open)

Metadata