Bug 1772936
| Summary: | [MIG-UI] Wrong description in Azure blob credentials | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Sergio <sregidor> | ||||
| Component: | Migration Tooling | Assignee: | John Matthews <jmatthew> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Sergio <sregidor> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 4.2.0 | CC: | chezhang, dymurray, ernelson, rpattath, xjiang | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 4.3.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1782304 (view as bug list) | Environment: | |||||
| Last Closed: | 2020-02-06 20:20:44 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1782304 | ||||||
| Attachments: |
|
||||||
Verified in CAM 1.1 from osbs
image: image-registry.openshift-image-registry.svc:5000/rhcam-1-1/openshift-migration-ui-rhel8@sha256:3793634100daf82b84b3174811b262f7dc5f4fff111265ccffa4c0cb9ffe0421
The description shows the right data format now
"Azure credentials (Copy and paste .INI file contents here)*"
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, 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/RHEA-2020:0440 |
Created attachment 1636575 [details] screenshot Description of problem: The description asks for JSON format information, but the information that we need to provide is not actually a JSON. Version-Release number of selected component (if applicable): image: quay.io/ocpmigrate/mig-ui:latest imageID: quay.io/ocpmigrate/mig-ui@sha256:32d9d843278837ba98d15c21f9540a7bf1e5328fd28ecd49d8634aa170712be7 How reproducible: Always Steps to Reproduce: 1. Click on Add Repository 2. Select "azure" Actual results: The credentials' field says "Azure credential JSON blob*", and actually the format that is expecting is the following one and not a JSON: AZURE_SUBSCRIPTION_ID=XXXXXXX AZURE_TENANT_ID=XXXXXX AZURE_CLIENT_ID=XXXXXXXX AZURE_CLIENT_SECRET=XXXXXXXXX Expected results: The message should not imply that the information is in JSON format. Additional info: