xapi-project / xen-api

The Xapi Project's XenAPI Server
http://xenproject.org/developers/teams/xapi.html
Other
346 stars 283 forks source link

[RFC] New API methods to let clients display accurate status about SecureBoot and UEFI certs #5548

Closed stormi closed 3 months ago

stormi commented 5 months ago

Context

Needs

Strategy

We need to act at several levels:

(We will also add a first boot systemd service to XCP-ng which will attempt to download the UEFI certificates from Microsoft and uefi.org, but nothing guarantees that the host will be able to reach the necessary websites, so we can't rely on it as a complete solution.)

Changes planned in Xen Orchestra

API changes in XAPI

New methods:

benjamreis commented 5 months ago

I've started a draft PR for this RFC, feedback is welcomed regarding the design. :)

psafont commented 3 months ago

I believe this has been finished by merging https://github.com/xapi-project/xen-api/pull/5566

Please reopen if this is not the case