[BUG] Virtual BMC's credentials are not respected #61
Labels
area/ipmi
Front-end protocol related and it's IPMI
area/redfish
Front-end protocol related and it's Redfish
component/agent
Relevant to the virtualized BMCs
component/manager
Relevant to the custom Kubernetes controllers
kind/bug
Something isn't working
Milestone
Describe the bug
Even though the virtual BMC's username and password are provided in the VirtualMachineBMC CR, there are not respected. Both IPMI and Redfish only work with the default username and password:
admin
/password
. The IPMI service does not even do the authentication. You can provide any credential and still be able to access the IPMI service.To Reproduce
admin/password
todemo/secret
Expected behavior
KubeVirtBMC should support custom credentials, not just the default one. The IPMI service should implement the authentication.
Screenshots
N/A
Desktop (please complete the following information):
Additional context
Because we're going to work on #4, I'd expect this issue could be solved with that one.
The text was updated successfully, but these errors were encountered: