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

fix: expose ssl credentials from transport #677

Merged
merged 2 commits into from
Oct 21, 2020
Merged

fix: expose ssl credentials from transport #677

merged 2 commits into from
Oct 21, 2020

Conversation

arithmetic1728
Copy link
Collaborator

Expose ssl credentials from transport.

This is used to fix pubsub client mtls issue. Pubsub client creates its own transport so mtls is completely missing. The solution would be taking the ssl credentials from the auto-generated client's transport and passing it when the handwritten client creates the transport.

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 20, 2020
@codecov
Copy link

codecov bot commented Oct 20, 2020

Codecov Report

Merging #677 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #677   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines         1561      1561           
  Branches       315       315           
=========================================
  Hits          1561      1561           

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 0fe9330...ad31ad9. Read the comment docs.

@arithmetic1728 arithmetic1728 marked this pull request as ready for review October 20, 2020 23:19
@arithmetic1728 arithmetic1728 requested a review from a team as a code owner October 20, 2020 23:19
@software-dov software-dov added the automerge Merge the pull request once unit tests and other checks pass. label Oct 21, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit da0ee3e into master Oct 21, 2020
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Oct 21, 2020
@arithmetic1728 arithmetic1728 deleted the mtls branch October 21, 2020 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants