kubev2v / forklift-console-plugin

OpenShift Console Plugin For Forklift, the plugin adds a web based user interface for Migration Toolkit for Virtualization inside Openshift web console.
Apache License 2.0
3 stars 15 forks source link

:lady_beetle: Multi-user use of MTV results in a warning about Inventory Server not reachable #1293

Closed wkulhanek closed 4 days ago

wkulhanek commented 1 month ago

Screenshot 2024-07-23 at 11 35 11

Deploying MTV into openshift-mtv and then allowing regular users to migrate VMs results in the screenshot above. There is an error about the inventory server not being reachable.

Steps to reproduce:

---
apiVersion: forklift.konveyor.io/v1beta1
kind: Provider
metadata:
  name: host
  namespace: mtv-user1
spec:
  secret: {}
  type: openshift
  url: ""
yaacov commented 4 days ago

Addressed by https://github.com/kubev2v/forklift-console-plugin/pull/1307