Skip to content
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

feat(talos): Add secureboot & tpm-based disk encryption support #1315

Merged
merged 2 commits into from
Feb 13, 2024

Conversation

wasurerarenai
Copy link
Contributor

I've added secureboot and system disk encryption support to the talos config block and talconfig template. Talhelper added support in v2.2.0. The machineSpec secureboot field usually modifies the talosImageURL by replacing "installer" with "installer-secureboot". I added this to the jinja template to keep with the support added for schematicID and SUC.

The system disk can also be encrypted, sealed, and unsealed automatically via secure keys stored in the TPM 2.0 module. Talos gives us an example here which only needed a machine yaml patch. This aids in enhancing the security of Talos, one of the main reasons users choose the distribution.

@github-actions github-actions bot added the area/bootstrap Changes made in the bootstrap directory label Feb 13, 2024
@onedr0p onedr0p merged commit 7eac552 into onedr0p:main Feb 13, 2024
4 checks passed
@wouterbouvy
Copy link
Contributor

Great work @wasurerarenai! I was already using this in my own setup, tnx for adding here.

@wasurerarenai wasurerarenai deleted the talos-secureboot branch February 14, 2024 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/bootstrap Changes made in the bootstrap directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants