-
Notifications
You must be signed in to change notification settings - Fork 14
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
*: support TLS #40
Merged
Merged
*: support TLS #40
Conversation
This file contains 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
Signed-off-by: kennytm <[email protected]>
PTAL @overvenus @3pointer cc @DanielZhangQD |
overvenus
reviewed
Feb 12, 2020
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, could you add a test?
also added a test to ensure non-TLS-client <-> TLS-server fails. Signed-off-by: kennytm <[email protected]>
overvenus
approved these changes
Feb 13, 2020
3pointer
approved these changes
Feb 19, 2020
kennytm
added a commit
that referenced
this pull request
Feb 28, 2020
* *: support TLS Signed-off-by: kennytm <[email protected]> * tests/integrations: make the entire test run on TLS connection also added a test to ensure non-TLS-client <-> TLS-server fails. Signed-off-by: kennytm <[email protected]>
kennytm
added a commit
that referenced
this pull request
Mar 2, 2020
* *: support TLS (#40) * *: support TLS Signed-off-by: kennytm <[email protected]> * tests/integrations: make the entire test run on TLS connection also added a test to ensure non-TLS-client <-> TLS-server fails. Signed-off-by: kennytm <[email protected]> * Cargo.toml: set version to 3.0.11 Signed-off-by: kennytm <[email protected]>
52 tasks
3pointer
pushed a commit
to 3pointer/importer
that referenced
this pull request
Apr 2, 2020
* *: support TLS Signed-off-by: kennytm <[email protected]> * tests/integrations: make the entire test run on TLS connection also added a test to ensure non-TLS-client <-> TLS-server fails. Signed-off-by: kennytm <[email protected]>
3pointer
pushed a commit
to 3pointer/importer
that referenced
this pull request
Apr 2, 2020
* *: support TLS Signed-off-by: kennytm <[email protected]> * tests/integrations: make the entire test run on TLS connection also added a test to ensure non-TLS-client <-> TLS-server fails. Signed-off-by: kennytm <[email protected]>
kennytm
added a commit
to 3pointer/importer
that referenced
this pull request
Apr 2, 2020
* *: support TLS (tikv#40) * *: support TLS Signed-off-by: kennytm <[email protected]> * tests/integrations: make the entire test run on TLS connection also added a test to ensure non-TLS-client <-> TLS-server fails. Signed-off-by: kennytm <[email protected]>
3pointer
added a commit
that referenced
this pull request
Apr 2, 2020
* Cherry-pick TLS support to release-3.1 (#44) * *: support TLS (#40) * *: support TLS Signed-off-by: kennytm <[email protected]> * tests/integrations: make the entire test run on TLS connection also added a test to ensure non-TLS-client <-> TLS-server fails. Signed-off-by: kennytm <[email protected]> * tests: fix build failure Signed-off-by: kennytm <[email protected]> Co-authored-by: kennytm <[email protected]>
5 tasks
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Should Update Ansible
The config in TiDB-Ansible should be updated
status/LGT2
Two reviewers already commented LGTM, ready for merge (LGTM2)
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.
What have you changed? (mandatory)
Fix #39. Recognize the security config and pass the security manager around when gRPC connections are needed.
What are the type of the changes? (mandatory)
How has this PR been tested? (mandatory)
Manually checked in the TiDB Lightning Integrated Test Cluster.
Does this PR affect TiDB Lightning? (mandatory)
Yes
Refer to a related PR or issue link (optional)
pingcap/tidb-lightning#262
Benchmark result if necessary (optional)
Add a few positive/negative examples (optional)