rpki-validator-3 icon indicating copy to clipboard operation
rpki-validator-3 copied to clipboard

Delete a Repository in RPKI Validator

Open alkhos opened this issue 3 years ago • 1 comments

Hello Folks, I was wondering how can I delete a repository from the list of repos that my RPKI validator downloads from ( eg the list at http:///api/rpki-repositories )

I can see that in swagger, there is a delete API that I can call like

curl -X DELETE --header 'Accept: application/json' 'http://<vailidator address>/api/rpki-repositories/<repoId>'

However, it seems that once deleted, the RPKI validator gets the same repository ( under a new id ) in its next download round. Is there a way to blacklist or have the validator not download a repository for good?

Also, where are the list of repositories to download come from? are they all under the "prefetch uri"s in the /preconfigured-tals folder? or is there a list / setting somewhere else in the application that one can configure?

alkhos avatar Sep 27 '20 23:09 alkhos