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: support PEM and p12 when using factory #1120

Merged
merged 3 commits into from
Jan 22, 2021
Merged

fix: support PEM and p12 when using factory #1120

merged 3 commits into from
Jan 22, 2021

Conversation

bcoe
Copy link
Contributor

@bcoe bcoe commented Jan 22, 2021

We were not handling PEM and P12 when using the GoogleAuth factory.

Fixes #808

@bcoe bcoe requested a review from a team as a code owner January 22, 2021 19:14
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jan 22, 2021
@codecov
Copy link

codecov bot commented Jan 22, 2021

Codecov Report

Merging #1120 (dfeebe0) into master (3e6035a) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1120      +/-   ##
==========================================
+ Coverage   91.62%   91.65%   +0.02%     
==========================================
  Files          21       21              
  Lines        4145     4157      +12     
  Branches      461      464       +3     
==========================================
+ Hits         3798     3810      +12     
  Misses        347      347              
Impacted Files Coverage Δ
src/auth/googleauth.ts 97.35% <100.00%> (+0.03%) ⬆️

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 3e6035a...dfeebe0. Read the comment docs.

@bcoe bcoe merged commit c2ead4c into master Jan 22, 2021
@bcoe bcoe deleted the fix-p12-pem branch January 22, 2021 19:49
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.

P12/PEM file support
2 participants