Bug 1939704
| Summary: | Proxy settings are passed to the MTC web console, breaking the user's initial authentication flow | ||
|---|---|---|---|
| Product: | Migration Toolkit for Containers | Reporter: | Derek Whatley <dwhatley> |
| Component: | Operator | Assignee: | Ian <ibolton> |
| Status: | CLOSED ERRATA | QA Contact: | Xin jiang <xjiang> |
| Severity: | unspecified | Docs Contact: | Avital Pinnick <apinnick> |
| Priority: | unspecified | ||
| Version: | 1.4.3 | CC: | ernelson, gojeaqui, midays, rjohnson, sregidor |
| Target Milestone: | --- | ||
| Target Release: | 1.4.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-04-28 05:52:41 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Derek Whatley
2021-03-16 20:55:53 UTC
Proxy passthrough to UI implemented in https://github.com/konveyor/mig-operator/pull/579 Suggested solutions from Guillermo: - Allow configuration of whether proxy setting is passed through to UI - Convert URL to internal .svc URL so proxy won't be used for oauth flow Another possible solution is to respect the "noProxy" variable. I can confirm that these other pods: velero, migration-controller, migration-operator are taking the NO_PROXY variable from the system so they work OK. The problem is with the migration-ui pod that is only taking in the HTTP_PROXY and HTTPS_PROXY variables. Using MTC 1.4.3 stage.
- name: MIG_UI_REPO
value: openshift-migration-ui-rhel8@sha256
- name: MIG_UI_TAG
value: bde539e7c462ac14ec7752497250ea5575cbdbc3f367fbd1b1dea027c212d219
It seems that the fix is not working.
We move the BZ to ASSIGNED status.
Verified using MTC 1.4.3
openshift-migration-rhel7-operator@sha256:c95d10c87b796ea2680184cb092ea2dea7ae65194bc829f7a7fb9fe2fbe4f175
- name: MIG_UI_REPO
value: openshift-migration-ui-rhel8@sha256
- name: MIG_UI_TAG
value: 0c0252c31f58196e2d0336896b254fc0a472d1f9f40df5a85dc6ca166d9bcedf
The UI worked without problems and without any extra configuration
Moved to VERIFIED status.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Migration Toolkit for Containers (MTC) tool image release advisory 1.4.3), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2021:1439 |