Bug 1543629 - Azure Template to service Dialog conversion issue
Summary: Azure Template to service Dialog conversion issue
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Automate
Version: 5.9.0
Hardware: Unspecified
OS: Unspecified
high
low
Target Milestone: GA
: 5.10.0
Assignee: Bill Wei
QA Contact: Ievgen Zapolskyi
URL:
Whiteboard:
Depends On:
Blocks: 1552301
TreeView+ depends on / blocked
 
Reported: 2018-02-08 20:39 UTC by Leo Khomenko
Modified: 2019-02-11 13:58 UTC (History)
9 users (show)

Fixed In Version: 5.10.0.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1552301 (view as bug list)
Environment:
Last Closed: 2019-02-11 13:58:36 UTC
Category: ---
Cloudforms Team: CFME Core
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Leo Khomenko 2018-02-08 20:39:09 UTC
Description of problem: type "SecureString" parameters are converted into unprotected textarea

example:
"vmpassword": {
            "type": "SecureString"
        }


Version-Release number of selected component (if applicable):5.9.0.20


How reproducible:100%


Steps to Reproduce:
1.Create Azure Template with "SecureString"
2.Convert it to Service Dialog via menu option
3.Check that dialog element during provision/ in Automate/Customization menu

Actual results: Input text is unprotected/not hidden


Expected results:Protected textarea


Additional info: works on 5.8.3

Comment 4 CFME Bot 2018-02-12 14:43:24 UTC
New commit detected on ManageIQ/manageiq-providers-azure/master:
https://github.com/ManageIQ/manageiq-providers-azure/commit/4fe603766cde1f832e215d48ff5deea96b7a095a

commit 4fe603766cde1f832e215d48ff5deea96b7a095a
Author:     Bill Wei <bilwei>
AuthorDate: Fri Feb 9 13:36:44 2018 -0500
Commit:     Bill Wei <bilwei>
CommitDate: Fri Feb 9 15:30:54 2018 -0500

    Treat securestring case insentive
    
    fixes https://bugzilla.redhat.com/show_bug.cgi?id=1543629

 .../manageiq/providers/azure/cloud_manager/orchestration_template.rb    | 2 +-
 spec/fixtures/orchestration_templates/azure_parameters.json             | 2 +-
 .../providers/azure/cloud_manager/orchestration_template_spec.rb        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comment 6 Ievgen Zapolskyi 2018-10-10 16:34:31 UTC
Verified in 5.10.0.18


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