-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include clevis #477
Comments
OK I'm in favor of this. I was researching TPMs and LUKS and clevis has pretty good support for this. |
I do like the idea of piggybacking on clevis for LUKS support. However before blindly including it I think we have some design/experimenting groundwork to do. In particular, some relevant points are:
|
On premise baremetal is a big use case. Encrypted disk is more suitable for baremetal deployments. Cloud deployments via prebuilt AMI, etc implies lvm is already configured and common for all instances booted from same AMI. |
For on-premise deployments, creating a dependency on pre-existing Tang service should be sufficent. For cloud deployment, should support explicit tang server setting to allow reach back from cloud vpc to on-premise tang service. |
Maybe interesting: Another post on how to use that with TPM2 unlocking. |
This seems to be resolved by the recent work we did to support LUKs on the root device |
The fix for this went into testing stream release |
The fix for this went into stable stream release |
Include clevis to support automated disk encryption
Related: coreos/ignition#577
The text was updated successfully, but these errors were encountered: