Skip to content
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

Filter attempt from the authentication_check options #13026

Conversation

jrafanie
Copy link
Member

@jrafanie jrafanie commented Dec 6, 2016

Various implementations of verify_credentials aren't expecting an
:attempt => 1 hash key/value.

It's only used at a higher layer so exclude it from the
authentication_check call.

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

This was a regression introduced in #11964

Various implementations of verify_credentials aren't expecting an
:attempt => 1 hash key/value.

It's only used at a higher layer so exclude it from the
authentication_check call.

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

This was a regression introduced in ManageIQ#11964
@miq-bot
Copy link
Member

miq-bot commented Dec 6, 2016

Checked commit jrafanie@ab40ebe with ruby 2.2.5, rubocop 0.37.2, and haml-lint 0.16.1
2 files checked, 1 offense detected

spec/models/mixins/authentication_mixin_spec.rb

Copy link
Member

@gtanzillo gtanzillo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM

@gtanzillo gtanzillo added this to the Sprint 51 Ending Jan 2, 2017 milestone Dec 7, 2016
@gtanzillo gtanzillo merged commit 786244f into ManageIQ:master Dec 7, 2016
@jrafanie jrafanie deleted the filter_attempt_from_authentication_check_options branch December 8, 2016 14:40
@jrafanie
Copy link
Member Author

jrafanie commented Dec 8, 2016

Added blocker label since this would cause all rhev/ovirt providers to have their authentications fail with an Error. That could cause various workers for these providers to not start if they require valid authentications.

chessbyte pushed a commit that referenced this pull request Dec 8, 2016
…ation_check_options

Filter attempt from the authentication_check options
(cherry picked from commit 786244f)

https://bugzilla.redhat.com/show_bug.cgi?id=1402887
@chessbyte
Copy link
Member

Euwe Backport details:

$ git log -1
commit 1c5ba9dfdf47f149f7f77ae4dcc6f1298e185309
Author: Gregg Tanzillo <[email protected]>
Date:   Wed Dec 7 10:40:55 2016 -0500

    Merge pull request #13026 from jrafanie/filter_attempt_from_authentication_check_options
    
    Filter attempt from the authentication_check options
    (cherry picked from commit 786244f0a911d28cc65fcffdb085375c19242500)
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1402887

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants