Bug 1767788 - The UI warning about RSA is deprecated and not true anymore.
Summary: The UI warning about RSA is deprecated and not true anymore.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: V2V
Version: 5.11.0
Hardware: Unspecified
OS: Unspecified
medium
high
Target Milestone: GA
: 5.11.1
Assignee: Mike Turley
QA Contact: Md Nadeem
Red Hat CloudForms Documentation
URL:
Whiteboard:
Depends On: 1755897
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-11-01 12:31 UTC by Satoe Imaishi
Modified: 2022-07-09 10:57 UTC (History)
4 users (show)

Fixed In Version: 5.11.1.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1755897
Environment:
Last Closed: 2019-12-13 00:35:40 UTC
Category: ---
Cloudforms Team: V2V
Target Upstream Version:
Embargoed:
simaishi: cfme-5.11.z+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2019:4201 0 None None None 2019-12-13 00:35:48 UTC

Comment 2 CFME Bot 2019-11-01 19:45:16 UTC
New commit detected on ManageIQ/manageiq-v2v/ivanchuk:

https://github.com/ManageIQ/manageiq-v2v/commit/438ae7dd92af1764185cdd0966de17e08cfa2ca1
commit 438ae7dd92af1764185cdd0966de17e08cfa2ca1
Author:     Milan Zázrivec <mzazrivec>
AuthorDate: Wed Oct  2 06:54:28 2019 -0400
Commit:     Milan Zázrivec <mzazrivec>
CommitDate: Wed Oct  2 06:54:28 2019 -0400

    Merge pull request #1041 from mturley/1038-remove-rsa-warning

    [#1038] [BZ#1755897] Remove warnings related to RSA auth and clean up unused code

    (cherry picked from commit c5c5e43d6ec655dedca5b1e24aba195a9008167e)

    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1767788

 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/MappingWizardClustersStep.js | 30 +-
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/MappingWizardClustersStepActions.js | 21 +-
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/MappingWizardClustersStepConstants.js | 10 +-
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/MappingWizardClustersStepReducer.js | 21 +-
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/__tests__/MappingWizardClusterStepActions.test.js | 30 -
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/__tests__/MappingWizardClustersStep.test.js | 19 +-
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/__tests__/MappingWizardClustersStepReducers.test.js | 67 +-
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/__tests__/__snapshots__/MappingWizardClusterStepActions.test.js.snap | 29 -
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/__tests__/__snapshots__/MappingWizardClustersStepReducers.test.js.snap | 20 -
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/__tests__/__snapshots__/helpers.test.js.snap | 8 -
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/__tests__/__snapshots__/index.test.js.snap | 1 -
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/__tests__/helpers.test.js | 19 -
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/components/ClustersStepForm/ClustersStepForm.js | 28 +-
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/components/ClustersStepForm/__tests__/ClustersStepForm.test.js | 25 +-
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/components/ClustersStepForm/__tests__/helpers.test.js | 61 +-
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/components/ClustersStepForm/helpers.js | 16 -
 app/javascript/react/screens/App/Mappings/screens/MappingWizard/components/MappingWizardClustersStep/helpers.js | 5 -
 app/javascript/react/screens/App/Overview/OverviewConstants.js | 6 +-
 app/javascript/react/screens/App/Overview/components/Migrations/MigrationsInProgressCard.js | 10 +-
 app/javascript/react/screens/App/Overview/components/Migrations/__test__/MigrationsInProgressCard.test.js | 23 -
 app/javascript/react/screens/App/Overview/components/Migrations/__test__/__snapshots__/MigrationsInProgressCard.test.js.snap | 2 -
 app/javascript/redux/common/providers/__tests__/providersHelpers.test.js | 48 +-
 app/javascript/redux/common/providers/__tests__/providersReducer.test.js | 5 +-
 app/javascript/redux/common/providers/providersHelpers.js | 10 -
 app/javascript/redux/common/providers/providersReducer.js | 7 +-
 25 files changed, 68 insertions(+), 453 deletions(-)

Comment 3 Md Nadeem 2019-11-25 11:04:57 UTC
This BZ verification is Blocked due to BZ #https://bugzilla.redhat.com/show_bug.cgi?id=1769934

Comment 4 Md Nadeem 2019-11-26 13:24:05 UTC
verified in cfme version: 5.11.1.1

Comment 6 errata-xmlrpc 2019-12-13 00:35:40 UTC
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/RHSA-2019:4201


Note You need to log in before you can comment on or make changes to this bug.