routinator icon indicating copy to clipboard operation
routinator copied to clipboard

An RPKI Validator and RTR server written in Rust

Results 76 routinator issues
Sort by recently updated
recently updated
newest added

This should include the name of the trust anchor and perhaps also the URI of the ROA a VRP came from.

This DRAFT PR demonstrates that the [new metadata-overwrite feature](https://github.com/cat-in-136/cargo-generate-rpm/pull/36) being developed for `cargo-generate-rpm` can be used to avoid rewriting Cargo.toml during the packaging process in order to set the version...

github actions
packaging

Use QEMU to enable building containers for the ARM platform. This will increase the build time due to the emulation. The testing step was removed as the load command did...

enhancement
docker
github actions
packaging
arm

Bump alpine to latest version adjust build path to support building on different architectures such as ARM. Addresses #763

enhancement
docker
packaging
arm

It would be great if the ARM instruction set was supported in the docker builds published to dockerhub. This would enable easy use routinator on small devices such as raspberry...

enhancement
docker
github actions
packaging
arm

This PR changes the default configuration option for unsafe-vrps to accept and removes all logging or mentioning of unsafe VRPs in this case. It also adds a pointer to the...

The `unsafe-vrps` option has been in Routinator since 0.8.0, released in October 2020. What have we learned from this option? Do we want to keep it as is, change it...

Publishing this as a draft PR until we are happy with the description and examples. Then I will try to capture it in a supporting diagram.

New versions of Routinator often come with updated versions of the bundled TAL files. However, Routinator will not use those unless `routinator init` is run again for the updated version....

I have a script that runs routinator and then creates config based on the json output. It currently updates everything, including rsync. I can check the age of the current...