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

Add gRPC client support for TLS/SSL (for SDK v1.1.0) #204

Merged
merged 6 commits into from
Sep 4, 2018

Conversation

edaniszewski
Copy link
Contributor

@edaniszewski edaniszewski commented Aug 31, 2018

fixes #203

This PR adds basic client-side tls support for grpc communication w/ plugins. There are still additional work items that will likely need to happen later on once we have our own CA set up, etc. For now, this allows for basic testing w/ self-signed certs.

Note: This PR still needs some work, largely clean up and documentation.

@edaniszewski edaniszewski added the WIP Work In Progress label Aug 31, 2018
@codecov
Copy link

codecov bot commented Sep 1, 2018

Codecov Report

Merging #204 into master will increase coverage by 1.37%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #204      +/-   ##
==========================================
+ Coverage   81.39%   82.76%   +1.37%     
==========================================
  Files          44       44              
  Lines        1290     1300      +10     
==========================================
+ Hits         1050     1076      +26     
+ Misses        240      224      -16
Impacted Files Coverage Δ
synse/config.py 100% <ø> (ø) ⬆️
synse/proto/client.py 100% <100%> (+18.82%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e28e896...0741ee3. Read the comment docs.

@edaniszewski edaniszewski removed the WIP Work In Progress label Sep 2, 2018
@edaniszewski edaniszewski merged commit c67ccad into master Sep 4, 2018
@edaniszewski edaniszewski deleted the grpc-creds branch September 4, 2018 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add support for tls/ssl for grpc client
1 participant