ManageIQ / manageiq-providers-kubevirt

ManageIQ plugin for the Kubevirt provider.
https://kubevirt.io/
Apache License 2.0
4 stars 29 forks source link

Kubevirt authentication status shows None #246

Closed agrare closed 2 weeks ago

agrare commented 2 months ago

Kubevirt credentials are delegated to the parent Container Manager but some methods must be missing because the authentication status on the UI shows as missing

image

image

This prevents you from manually running a rull refresh: image

>> ManageIQ::Providers::Kubevirt::InfraManager.first.authentication_status
=> "None"

This method seems to be delegated:

>> ManageIQ::Providers::Kubevirt::InfraManager.first.authentication_status_ok?
=> true