DMTF / libredfish

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 events, and providing some basic query abilities.
Other
48 stars 21 forks source link

TLS/Certificate-based authentication support #139

Open kunyi731 opened 4 years ago

kunyi731 commented 4 years ago

Hello there,

Besides the current authorization schemes, is there any plan to support certification based authentication? OpenBMC has shipped mutual TLS based support, and it would be great if libredfish can support certificate based authentication.

pboyd04 commented 4 years ago

There are no plans, however, feel free to put in a pull.