-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maintain compatibility with 1.2 release of the API #610
Comments
Reading DCL 1.2 docs, it clearly state Alternatively, the correct API for root (PAA) certs is |
In DCL 1.2 -> |
Update Implement another API that returns certificates regardless of PKI chain e.g. inclusive of DA or NOC. paa-certificates |
Addressed as part of #612 |
Problem
In generic APIs for getting certificates are expected to return the certificates from the DA PKI. To that end, in 1.2:
GET /dcl/pki/certificates
returns a list of certificatesGET /dcl/pki/certificates/{subject}
returns a list of certificates by subjectGET /dcl/pki/certificates/{subject}/{skid}
returns a certificate for a subject and SKIDThe crititical problem is that a 1.2 client would never look at the new fields added in Certificate.proto and thus not be aware that the returned values have different semantics.
Proposed resolution
certificates2
that have the semantics of getting all certificatesThe text was updated successfully, but these errors were encountered: