| commit | 39d9c24f7167eb853aed0e1865ef8b187adf5bba | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Tue Sep 24 13:49:55 2024 +0200 |
| committer | Jan Schär <jan@monogon.tech> | Thu Sep 26 11:44:09 2024 +0000 |
| tree | dc8229e272c2f78eac56bdf4fde135809444f255 | |
| parent | 8d82f8d261b14b73385ba66e44279c53bb9fef13 [diff] |
metropolis: reduce usage of identity.NodeID Eventually, we want to be able to rotate node keypairs. To allow this, the node ID needs to become independent of the public key. This change is a refactoring which starts this work by reducing the usage of identity.NodeID, the function which derives a node ID from a public key. Change-Id: I5231ed0a7be37c23327fec93481b00c74374af07 Reviewed-on: https://review.monogon.dev/c/monogon/+/3445 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.