#9564 Allow access to new PKI APIs v2
Opened a month ago by mfargett. Modified 21 days ago

Request for enhancement

As developer, I want to test the integration with PKI using new v2 REST APIs.

Issue

PKI has a plan to re-implement REST APIs using different libraries and supporting only JSON format. The new APIs have a different path, /v2, and when ready the current implementation will be deprecated.

These APIs will not be back-ported to other branches and for the moment the APIs will not be for external use but the CLI will be progressively migrated to the new API endpoints so these have to be accessible.

For reference: https://github.com/dogtagpki/pki/wiki/CA-REST-API-v2

Steps to Reproduce

  1. Install IPA server with PKI from master
  2. Update the clients already supported (pki ca-cert-*) to use the new APIs
  3. Run the commands

Actual behavior

Command cannot communicate with PKI server.

Expected behavior

The commands work as expected.

Version/Release/Distribution

Tested with builderd freeipa and PKI from master branch.


Reminder that the REST API has no equivalent for /ca/agent/ca/updateCRL

Login to comment on this ticket.

Metadata