Fix use_ssl: True on Python 3.10#1493
Merged
pquentin merged 4 commits intoelastic:masterfrom May 19, 2022
Merged
Conversation
Rally is a client, so its purpose is to authenticate servers. We also add tests for the IP and client certs cases to make sure this change does not break them.
michaelbaamonde
approved these changes
May 18, 2022
Contributor
michaelbaamonde
left a comment
There was a problem hiding this comment.
This looks really nice to me, especially the tests.
The background on the linked issue is also quite interesting. Not a blocker, but if you wouldn't mind including a bit of the context you provided on that issue (e.g. why we need to use SERVER_AUTH as opposed to CLIENT_AUTH) in the commit message when you squash and merge, that would be great.
Member
Author
|
Thanks, I provided context in the commit when squashing. |
DJRickyB
pushed a commit
that referenced
this pull request
May 19, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rally is a client, so its purpose is to authenticate servers. We
also add tests for the IP and client certs cases to make sure this
change does not break them.
Closes #1484
I also tested this end-to-end with a variation of https://gist.github.com/dliappis/97d013ab6e0e3250fdd6cbfba8e58a5c updated to use Elasticsearch 8.2.0: