[FEATURE] Basic auth support for Redfish #43
Labels
area/redfish
Front-end protocol related and it's Redfish
component/agent
Relevant to the virtualized BMCs
kind/feature
New feature proposed/asked
Milestone
Is your feature request related to a problem? Please describe.
Currently, KubeVirtBMC only supports token-based authentication for the Redfish service. It'd be nice to have the basic auth also supported so that users can interact with the service using commands like
curl -u <username>:<password> ...
.Describe the solution you'd like
Support HTTP Basic Auth for Redfish.
Describe alternatives you've considered
N/A
Additional context
This is one of the remaining items from #2.
The text was updated successfully, but these errors were encountered: