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
https://github.com/ManageIQ/manageiq-providers-azure/pull/206
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(-)
Verified in 5.10.0.18