| commit | 538292d66196e8ba1a63454c4a9e2aa547684ef3 | [log] [tgz] |
|---|---|---|
| author | Serge Bazanski <serge@monogon.tech> | Wed Apr 17 14:50:02 2024 +0200 |
| committer | Serge Bazanski <serge@monogon.tech> | Wed Apr 17 15:12:25 2024 +0000 |
| tree | d590a37f8d29c49e041411b07d83eec84c6931f5 | |
| parent | 5ad3144690965827669ce29f71c534caae42b901 [diff] |
metropolis: replace node pubkey with id in cluster directory The pubkey in the cluster directory was never used in the first place, and its presence complicates things (exposes the notion of nodes having a public key and potentially causes reliance on the public key in untrusted scenarios, eg. when the cluster directory is persisted to untrusted storage). Let's just replace that field with a string node ID instead, as that's also immediately useful in future code (persisting host name mapping between reboots). Change-Id: I9b29ee36974ef6edce6076b5df1b8b330fef8bd8 Reviewed-on: https://review.monogon.dev/c/monogon/+/2981 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.
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.