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

minor: add secureboot to device-config endpoint #1966

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

aethernet
Copy link
Contributor

@aethernet aethernet commented Feb 25, 2025

To provision device with secureboot, we need the config.json to contain the secureboot installer entry.

@aethernet aethernet force-pushed the aethernet/device-config-secureboot branch from 16fd615 to 9f8e855 Compare February 25, 2025 13:34
@flowzone-app flowzone-app bot enabled auto-merge February 25, 2025 16:01
@aethernet aethernet requested a review from Page- February 25, 2025 16:16
'secureboot',
)?.toString();
if (['true', 'on', '1'].includes(securebootInstaller || '')) {
config.installer = { secureboot: true };
Copy link
Contributor

Choose a reason for hiding this comment

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

I've checked the fibery link but I don't see where it's documented that the format should be

{ installer: { secureboot: true } }

Do you know where I would confirm that format is correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

From our secureboot blog post where we ask the user to manually add that to the config.json:

https://blog.balena.io/balenaos-secure-boot-and-disk-encryption-for-x86-64/

There should be some more docs in an OS repo, I'm looking for them.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@aethernet aethernet requested a review from Page- February 25, 2025 16:36
@flowzone-app flowzone-app bot merged commit 15c09ff into master Feb 25, 2025
53 checks passed
@flowzone-app flowzone-app bot deleted the aethernet/device-config-secureboot branch February 25, 2025 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants