-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Throw error if no auth mechanism is match #1608
Conversation
Signed-off-by: glefloch <glfloch@gmail.com>
Signed-off-by: glefloch <glfloch@gmail.com>
@simonpasquier I have used the |
I've restarted the Travis tests as it is probably a flake. In any case, it might be good to add a few unit tests. |
Signed-off-by: glefloch <glfloch@gmail.com>
@simonpasquier, I have added unit tests. Could you tell me if this is what you expected? |
Thanks for this! 👍 for me. |
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.
Small nit, otherwise looks good to me. Thanks for the patch and the unit tests!
Signed-off-by: glefloch <glfloch@gmail.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.
Cool, thanks for the super quick response!
This pull request aims to close #1555 by returning an error if no auth mechanism is found.
Signed-off-by: glefloch glfloch@gmail.com