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 TLS/SSL support for plugin grpc server #301

Merged
merged 11 commits into from
Aug 31, 2018
Merged

Add TLS/SSL support for plugin grpc server #301

merged 11 commits into from
Aug 31, 2018

Conversation

edaniszewski
Copy link
Contributor

fixes #300

Not 100% sure that this is complete, but from my limited testing, it seems to work. This seems to be on par with other examples I've found for how to implement this as well.

Copy link
Contributor

@MatthewHink MatthewHink left a comment

Choose a reason for hiding this comment

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

+1 Big step in the right direction for sure.

@codecov
Copy link

codecov bot commented Aug 31, 2018

Codecov Report

Merging #301 into master will increase coverage by 0.17%.
The diff coverage is 94.2%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #301      +/-   ##
==========================================
+ Coverage   86.48%   86.65%   +0.17%     
==========================================
  Files          31       31              
  Lines        2227     2293      +66     
==========================================
+ Hits         1926     1987      +61     
- Misses        266      269       +3     
- Partials       35       37       +2
Impacted Files Coverage Δ
sdk/plugin.go 57.65% <ø> (ø) ⬆️
sdk/actions.go 100% <100%> (ø) ⬆️
sdk/server.go 89.03% <94.11%> (+1.38%) ⬆️

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 2cdbd8b...968ce61. Read the comment docs.

@edaniszewski edaniszewski merged commit 38ba3c1 into master Aug 31, 2018
@edaniszewski edaniszewski deleted the grpc-creds branch August 31, 2018 18:12
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 the grpc server
2 participants