-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Treat securestring case insentive #206
Conversation
@miq-bot add_label bug, gaprindashvili/yes |
Checked commit bzwei@4fe6037 with ruby 2.3.3, rubocop 0.52.0, haml-lint 0.20.0, and yamllint 1.10.0 |
@bzwei @gmcculloug the run that was green didn't finish, it only ran 120/136 tests :( Will open PR to fix failure, should've failed originally |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Failing test is unrelated fix in PR #207
Treat securestring case insentive (cherry picked from commit 05206d8) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1552301
Gaprindashvili backport details:
|
fixes https://bugzilla.redhat.com/show_bug.cgi?id=1543629
The dialog tool treats parameter type
securestring
as password field, but should accept the type key case insensitive.