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: implement SecureBoot asset generation #58

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

smira
Copy link
Member

@smira smira commented Nov 10, 2023

Fixes #19

Using Talos implementation of custom SecureBoot signers, provide full implementation of SecureBoot assets signed either by static local PKI or Azure Key Vault reference.

@smira

This comment was marked as resolved.

@smira smira marked this pull request as ready for review November 13, 2023 14:49
//
// initramfs/kernel can't carry extra kernel args & META
// !secureboot (non-UKI) installer can't carry extra kernel args & META
// UKI installer has kernel args embedded in the UKI image
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we want to support, we could later add as efi addons and sd-boot would pick them up

Fixes siderolabs#19

Using Talos implementation of custom SecureBoot signers, provide full
implementation of SecureBoot assets signed either by static local PKI or
Azure Key Vault reference.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
@smira
Copy link
Member Author

smira commented Nov 30, 2023

/m

@talos-bot talos-bot merged commit 84113ca into siderolabs:main Nov 30, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Signing UKI with KMS key
3 participants