libredfish
libredfish copied to clipboard
libRedfish is a C client library that allows for Creation of Entities (POST), Read of Entities (GET), Update of Entities (PATCH), Deletion of Entities (DELETE), running Actions (POST), receiving event...
`Location` header should allow for either relative or absolute paths, including scheme `http://` or `https://`
Hi Team. We are using libredfish to create a program which is enumerating redfish service using createServiceEnumerator(). When function getPayloadByPath encounters an error with http response code 401 or 404,...
while using libredfish a core was produced. I believe this was produced when a event was generated and returned, potentially to a service that had been destroyed prior. Program terminated...
libredfish isn't usable as installed. To reproduce, build and install libredfish: ```bash mkdir build cd build cmake .. -G Ninja ninja sudo ninja install ``` Then create a separate file...
Hello there, Besides the current authorization schemes, is there any plan to support certification based authentication? OpenBMC has shipped [mutual TLS based support](https://github.com/openbmc/docs/blob/master/security/TLS-configuration.md), and it would be great if libredfish...
We were wondering if there was any interest in supporting unix domain sockets in libredfish. For velocity's sake, we are just hackishly treating a hostname with "uds://" prepended as a...
We have a use case where we are considering ETags as a mechanism for supporting caching Redfish resources. At the moment, it doesn't seem like libredfish supports HTTP ETag. We...