Skip to content

Commit

Permalink
Add repo request to upgrade guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Bruijnzeels committed Apr 22, 2021
1 parent 46af89e commit 35f33a6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions source/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,18 @@ NEW:
"service_uri": "https://localhost:3000/rfc6492/ta"
}
krillc repo request
^^^^^^^^^^^^^^^^^^^

The CLI is unchanged, but the endpoints for getting the :rfc:`8183` Publisher Request XML and JSON
have moved from 'repo', and are now under 'id':

.. code-block:: text
/api/v1/cas/<name>/repo/request.xml -> /api/v1/cas/<name>/id/publisher_request.xml
/api/v1/cas/<name>/repo/request.json -> /api/v1/cas/<name>/id/publisher_request.json
krillc repo update
^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -189,6 +201,9 @@ The CLI command and API path are unchanged, but `rfc8181` was renamed to `reposi
the JSON response.





krillc history and krillc action
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 35f33a6

Please sign in to comment.