mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
b92b3772ca
* remove access manager from code base * document new node ssh workflow * keep config backwards compatible * slow down link checking to prevent http 429 Signed-off-by: Fabian Kammel <fk@edgeless.systems>
1.1 KiB
1.1 KiB
Repository Layout
Core components:
- cli: The CLI is used to manage a Constellation cluster
- bootstrapper: The bootstrapper is a node agent whose most important task is to bootstrap a node
- image: Build files for the Constellation disk image
- kms: Constellation's key management client and server
- csi: Package used by CSI plugins to create and mount encrypted block devices
- disk-mapper: Contains the disk-mapper that maps the encrypted node data disk during boot
Development components:
- 3rdparty: Contains the third party dependencies used by Constellation
- debugd: Debug daemon and client
- hack: Development tools
- proto: Proto files generator
Additional repositories:
- constellation-azuredisk-csi-driver: Azure CSI driver with encryption on node
- constellation-gcp-compute-persistent-disk-csi-driver: GCP CSI driver with encryption on node