-
Bug
-
Resolution: Unresolved
-
Blocker
-
2.10.0
-
Quality / Stability / Reliability
-
False
-
-
True
-
-
Description of problem:
The problem is that the UI relies on a proxy to pass the user's bearer token along to backend services. However, those backend services are defined in the ConsolePlugin configuration and we can't easily change that every time a new OVA provider is added. For every new OVA provider we add a pod which moutns the NFS PV and scans for the OVAs. Then it shares this infromation with the inventory server. We would require Route to each of these OVA servers if we would want to allow upload and each of these Routes would require to be added to teh ConsolePlugin configuration. To fix this issue we will create a proxy that will be added to the ConsolePlugin and route the uploads to the OVA servers.
Version-Release number of selected component (if applicable):
2.10.0
How reproducible:
Always
Steps to Reproduce:
1. Try to upload OVA from the webbrowser 2. 3.
Actual results:
OVA upload does not work with auth
Expected results:
OVA upload works with auth
Additional info: