dogtagpki / pki

The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of certificate lifecycle management, including key archival, OCSP and smartcard management.
https://www.dogtagpki.org
GNU General Public License v2.0
374 stars 138 forks source link

Add KRA KeyRequestService to v2 APIs #4821

Closed fmarco76 closed 3 months ago

fmarco76 commented 3 months ago

There is a difference related to the start parameter for the list request. In the v1 APIs this is the RequestId to start from but here it is just an index. A similar change was implemented in #4672 and it is in the right direction moving from sequential to random ids.

fmarco76 commented 3 months ago

@edewata Thanks! I have update the method name and added the TODO for the audit evaluation. We can continue the discussion for the audit in following PR/issues.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
23 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
15.5% Duplication on New Code

See analysis details on SonarCloud