You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have integrated an OpenShift provider with ManageIQ under the Container Provider section and connected KubeVirt under the Virtualization tab. The KubeVirt virtual machines (VMs) are successfully appearing in ManageIQ.
Currently, there is no built-in feature in ManageIQ to access the KubeVirt VM console. To work around this, I added a button in ManageIQ that redirects users to the OpenShift console page of that VM. However, when clicking on the console button, it requires authentication on OpenShift before the console is accessible.
I need to know if it is possible to authenticate in the backend automatically using the KubeVirt connection token from ManageIQ and open the console directly without requiring manual login.
Current Implementation
The redirection is performed using the following URL format:
Description
We have integrated an OpenShift provider with ManageIQ under the Container Provider section and connected KubeVirt under the Virtualization tab. The KubeVirt virtual machines (VMs) are successfully appearing in ManageIQ.
Currently, there is no built-in feature in ManageIQ to access the KubeVirt VM console. To work around this, I added a button in ManageIQ that redirects users to the OpenShift console page of that VM. However, when clicking on the console button, it requires authentication on OpenShift before the console is accessible.
I need to know if it is possible to authenticate in the backend automatically using the KubeVirt connection token from ManageIQ and open the console directly without requiring manual login.
Current Implementation
Expected Behavior
Questions/Requirements
Would appreciate guidance on how to achieve seamless authentication between ManageIQ and OpenShift for KubeVirt VM consoles.
The text was updated successfully, but these errors were encountered: