diff options
author | Igor Kulchytskyy <116655144+igorkulchytskyy@users.noreply.github.com> | 2024-07-22 19:50:45 -0400 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-08-07 03:40:52 +0000 |
commit | 976113774320e5f18bb5bd6f21dd062c1d74f3d4 (patch) | |
tree | 997e5dc9664bd035c8447d851a1e4c37984df952 /RedfishPkg/RedfishHttpDxe/RedfishHttpDxe.inf | |
parent | a29a9cce5f9afa32560d966e501247246ec96ef6 (diff) | |
download | edk2-976113774320e5f18bb5bd6f21dd062c1d74f3d4.tar.gz edk2-976113774320e5f18bb5bd6f21dd062c1d74f3d4.tar.bz2 edk2-976113774320e5f18bb5bd6f21dd062c1d74f3d4.zip |
RedfishPkg: Allow deletion of the bootstrap account
Extending the Redfish Credential protocol to allow Redfish Clients
to be registered/unregistered for tracking their end of work
and delete a bootstrap account when all registered Redfish clients
finish their communication with Redfish service.
Redfish Http module also was updated to register/unregister clients
on Redfish Service creation/stop event.
Cc: Abner Chang <abner.chang@amd.com>
Cc: Nickle Wang <nicklew@nvidia.com>
Signed-off-by: Igor Kulchytskyy <igork@ami.com>
Diffstat (limited to 'RedfishPkg/RedfishHttpDxe/RedfishHttpDxe.inf')
-rw-r--r-- | RedfishPkg/RedfishHttpDxe/RedfishHttpDxe.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RedfishPkg/RedfishHttpDxe/RedfishHttpDxe.inf b/RedfishPkg/RedfishHttpDxe/RedfishHttpDxe.inf index c7dfdffacf..0757960999 100644 --- a/RedfishPkg/RedfishHttpDxe/RedfishHttpDxe.inf +++ b/RedfishPkg/RedfishHttpDxe/RedfishHttpDxe.inf @@ -56,7 +56,7 @@ [Protocols]
gEdkIIRedfishHttpProtocolGuid ## PRODUCED
- gEdkIIRedfishCredentialProtocolGuid ## CONSUMES
+ gEdkIIRedfishCredential2ProtocolGuid ## CONSUMES
gEfiRestExProtocolGuid ## CONSUEMS
[Pcd]
|