Akce
Feature #8574
uzavřenýImplement endpoint for retrieving all certificates issued by a given CA
Začátek:
2021-04-09
Uzavřít do:
2021-04-18
% Hotovo:
100%
Odhadovaná doba:
2.50hod
Importance:
Tags:
Popis
Implement an endpoint for retrieving all certificates issued by given CA:
- Extend existing endpoint GET /api/certificates with another filtering option {issuedby: <id>}
- Controller can use new function of CertificateService get_certificates_issued_by(id) that calls CertificateRepository -> get_all_issued_by(id) (described previously)
Requirement: (support for) FR 4.6.4
Reviewer: Jan Pašek
Související úkoly
Aktualizováno uživatelem Jan Pašek před téměř 4 roky(ů)
- Stav změněn z Resolved na Verified
Code review was done and no problems were found. Issue = verified.
Akce