-
Notifications
You must be signed in to change notification settings - Fork 90
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
winrm: hide password #171
winrm: hide password #171
Conversation
crepetl
commented
Mar 22, 2017
- simply reported what already exists in ssh_connection
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.
Thank you @crepetl for this improvement. Once the rubocop exception is added, LGTM
@@ -183,7 +183,9 @@ def session(retry_options = {}) | |||
# |
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.
@crepetl Could you please add # rubocop:disable Metrics/ClassLength
to line 30 https://github.com/chef/train/pull/171/files#diff-f2edeefbb087259b847aa6f5ded7d0f4L30 similar to https://github.com/chef/train/blob/master/lib/train/transports/ssh_connection.rb#L32 This would make rubocop happy.
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.
Done.
* simply reported what already exists in ssh_connection Signed-off-by: Laurent CREPET <l.crepet@criteo.com>
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.
Thank you for your contribution, @crepetl! I'm attempting to rerun the last two travis jobs in an attempt to get this to go green. The failures do not appear to be anything related with your change.
I'll merge once the tests pass.
Tests are green! Merging now. Thanks again @crepetl! |
You're welcome. |