Open dadepo opened 4 years ago
To confirm if it is possible to run the validation only with rsync, I attempted with another validator...specifically routinator.
cargo run --bin routinator -- --disable-rrdp=true vrps
That is the corresponding command that fetches from the repository and validates with rrdp disabled. This worked as expected.
Pointers on how to achieve the same with octorpki will be appreciated
Playing around a bit more...and from what I can see, it seems when rrdp is switched off, octorpki can't sync the current state of the repository, since the current implementation only does this via RRDP...I noticed if I run once with RRDP, and have the snapshot create the cache, I can switch RRDP off, and validator will run with the cache created...
Just that I think in this case, with RRDP turned off in future runs, the snapshot/cache will never get updated
This would be a good feature to have. Running with rsync and rrdp only is one of the methods I would consider to use to validate the availability and consistency of a repository.
For testing purposes I will like to run the octorpki validator with only rsync and have rrdp disabled. To also minimize the testing I am doing I removed all tal except the one from ripe.
When I start the validaor with rrdp false, I get the following output
If I do not turn rrdp off, lot more processing get's done, and I get a cache of the ripe repository...but now it just states
Stable state
and nothing happens...no cache is downloaded...What may I be doing wrong?