NLnetLabs / krill

RPKI Certificate Authority and Publication Server written in Rust
https://nlnetlabs.nl/projects/routing/krill/
Mozilla Public License 2.0
280 stars 37 forks source link

Support listing child CAs #1195

Closed devsnek closed 2 months ago

devsnek commented 2 months ago

I'm attempting to add a children tab to the web ui. This route is needed for that. Listing all children seems to need data from two different places, so I added a new model to merge them together. Perhaps somewhat hacky but it works.