Description of problem: When RHV URL is missing the 'https://' prefix, and provide all other RHV details correctly (ca cert, user, password) We get this message: "Connection succeeded but could not read list of virtual machines from the RHV API instance" That prevents from loading the VMs in this RHV. This should not happen, and user should be notified that the RHV URL is not valid. We can do the following to solve this: 1. Add help message with example of a RHV URL - It can save users confusion 2. We can fail RHV URL on validation error Version-Release number of selected component (if applicable): CNV-2.4
we can add the validation to the UI, but what protocols/ports should be allowed then? just https://hostname or hostname:443? What about http, 8443 or any other ports? Would it make sense to default to http or https on backend?
We need https for importing the disks. As far as I know we can use either default https port (443) or 8443. I haven't seen any other port supported.
Moving to Console Kubevirt Plugin https://bugzilla.redhat.com/show_bug.cgi?id=1850562 FYI: @Nelly @Piotr @Tomas @Ilanit @Filip *** This bug has been marked as a duplicate of bug 1850562 ***
Thanks