mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-25 14:56:18 -05:00
bad05321a0
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
Constellation CSI tools
These packages are intended to be used by Kubernetes CSI drivers to enable transparent encryption of storage on the node.
Dependencies
This package uses the C library libcryptsetup
for device mapping and crypto operations.
-
Install on Ubuntu:
sudo apt install libcryptsetup12 libcryptsetup-dev
-
Install on Fedora:
sudo dnf install cryptsetup-libs cryptsetup-devel
Testing
Running the integration test requires root privileges. Build and run the test:
go test -c -tags=integration ./test/
sudo ./test.test