dell / iDRAC-Redfish-Scripting

Python and PowerShell scripting for Dell EMC PowerEdge iDRAC REST API with DMTF Redfish
GNU General Public License v2.0
603 stars 279 forks source link

Can add an example for querying from iDrac KeyVault by Redfish API? #282

Closed poisson0106 closed 7 months ago

poisson0106 commented 7 months ago

Hi Recently I have a request to store some sensitive data in node level. As I check the iDrac document and find that there is a credential vault function provided by iDrac side. 4a827ca0-ef7c-44bf-b4a2-8a900d16d474 So I wonder to know if the examples about how to get/set credential to this credential vault by redfish can be added? Or where I can find these examples?

Thanks

texroemer commented 7 months ago

Hi @poisson0106

Credential Vault details stated in iDRAC security document is used internally by iDRAC to store iDRAC settings (passwords, certificate private keys, etc), it is not a general-purpose storage device that can be leveraged by end users.

Thanks Tex

poisson0106 commented 7 months ago

Thanks, I will close this issue.