NLnetLabs / rpki-deploy

RPKI deployment related tooling developed for/by NLnet Labs.
https://nlnetlabs.nl/rpki
3 stars 2 forks source link

Use OpenAPI to drive Krill #7

Closed ximon18 closed 4 years ago

ximon18 commented 4 years ago

Currently krillc via a Docker container is used to drive Krill. An alternative would be to describe the Krill API using OpenAPI then generate a client from this spec and interact with the API directly.

This would test the API and the usability and correctness of any OpenAPI spec offered for Krill, but would conversely no longer test krillc.

ximon18 commented 4 years ago

Implemented in 1396c5a9202625ba7914126b4f7c1359c1c00434.