Bug 1755897
| Summary: | The UI warning about RSA is deprecated and not true anymore. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Nenad Peric <nperic> | ||||
| Component: | V2V | Assignee: | Mike Turley <mturley> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Shveta <sshveta> | ||||
| Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> | ||||
| Priority: | medium | ||||||
| Version: | 5.11.0 | CC: | bthurber, dmetzger, fdupont, mshriver | ||||
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | ||||
| Target Release: | 5.12.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1767788 (view as bug list) | Environment: | |||||
| Last Closed: | 2020-10-26 16:26:03 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | V2V | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | 1757352 | ||||||
| Bug Blocks: | 1767788 | ||||||
| Attachments: |
|
||||||
|
Description
Nenad Peric
2019-09-26 12:27:26 UTC
Created attachment 1619591 [details]
The error is present in migration plan as well
Issue to track this in the GitHub project board: https://github.com/ManageIQ/manageiq-v2v/issues/1038 The warning in the plans view should be fixed, for sure. The warning in the mapping wizard, however, should only appear if there are conversion hosts in the provider that do not have authentications configured. Fabien, is this something we still want to check in the mapping wizard (and maybe change the phrasing to make it clear that it's a conversion host that should be fixed), or is it no longer possible to have a conversion host without an authentication (we should remove this message entirely)? Also, is it still possible for a migration to fall back on using a provider's authentication or is it 100% only possible for a conversion host's authentication to be used? I'm curious if users can run into these edge cases if they manually configure a conversion host rather than through the UI. The API currently doesn't prevent someone from creating a conversion host without authentication details. I've created a BZ to implement additional checks: https://bugzilla.redhat.com/show_bug.cgi?id=1757352. We don't want to fall back to provider's authentication, so it should using conversion authentication all the time. Ok, perfect. In that case I will remove all UI logic checking for valid RSA keys in these views. Thanks Fabien PR to fix this: https://github.com/ManageIQ/manageiq-v2v/pull/1041 The fix is now merged to master. |