-
Notifications
You must be signed in to change notification settings - Fork 19
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 export via TLS (fix #12) #65
Conversation
a18ad9c
to
0299b5d
Compare
When we can use this? I need this PR to be merged. How we can merge this more quickly? |
It is ready to be reviewed. |
This PR can be linked to #12 |
@jdehaan, Could you review PR again please. |
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, great to have the tests as well!!
@p-pautov Could you please add your review too? Or can @krjakbrjak merge it? |
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.
Thanks for the PR.
The commit message is rather confusing, though. It should probably be "Support export via TLS (fix #12)."
ba6ea82
to
aba1e34
Compare
Thanks for the review. I pushed the changes. Please let me know what you think. |
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.
The commit message is not quite there, yet.
Could you please resolve conversations you've addressed. |
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.
The commits need to be squashed and rebased (as main was updated) before the merge.
Also, the commit message should be:
Support export via TLS (fix #12).
08a6ee6
to
aa42197
Compare
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.
Almost there...
aa42197
to
746b8ea
Compare
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.
Thanks for your work!
Proposed changes
Added optional TLS credentials to the gRPC client.
Checklist
Before creating a PR, run through this checklist and mark each as complete.
CONTRIBUTING
document