tianocore / edk2-redfish-client

Utilizes the EFI protocols provided by EDK2 Redfish Foundation to communicate with the Redfish service for creating, consuming, and updating the Redfish properties which are managed by firmware.
Other
6 stars 5 forks source link

RedfishClientPkg: introduce RedfishBootstrapAccountDxe #88

Closed nicklela closed 2 months ago

nicklela commented 6 months ago

-Introduce RedfishBootstrapAccountDxe to delete bootstrap account from /redfish/v1/AccountService/Accounts after BIOS finished all Redfish jobs. The bootstrap account won't be available to other application. So deleting bootstrap account helps to release resource at BMC.

Cc: Abner Chang abner.chang@amd.com Cc: Igor Kulchytskyy igork@ami.com Cc: Nick Ramirez nramirez@nvidia.com

nicklela commented 2 months ago

This function is supported by this in edk2: https://github.com/tianocore/edk2/commit/976113774320e5f18bb5bd6f21dd062c1d74f3d4

Close this pull request.