You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define a set of features SCIONlab actually needs, and move utilities not part of that feature set into an alternate codebase. This reduces the maintenance load for the SCIONlab development team.
I think this looks like:
rainsd
without reverse lookups
without consistency checks
without advanced heuristics for doing anything other than answering and caching queries
note that dual-key signing support is handled by an external zone manager, not part of this codebase. we assume SCIONlab will hook zone management of rainspub into an existing administation tool / administrative database.
with shard splitting support
with pshards
with checkpointing support (i.e. one should be able to run rainspub like certbot)
rainsdig
optional, for debugging support, let's talk to SCIONlab
All the additional simulation and research stuff should migrate out to a separate repository, except features that are useful for system testing as in #100
The text was updated successfully, but these errors were encountered:
Define a set of features SCIONlab actually needs, and move utilities not part of that feature set into an alternate codebase. This reduces the maintenance load for the SCIONlab development team.
I think this looks like:
rainspub
likecertbot
)All the additional simulation and research stuff should migrate out to a separate repository, except features that are useful for system testing as in #100
The text was updated successfully, but these errors were encountered: