Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

fix: support PEM and p12 when using factory#1120

Merged
bcoe merged 3 commits into
masterfrom
fix-p12-pem
Jan 22, 2021
Merged

fix: support PEM and p12 when using factory#1120
bcoe merged 3 commits into
masterfrom
fix-p12-pem

Conversation

@bcoe

@bcoe bcoe commented Jan 22, 2021

Copy link
Copy Markdown

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

Fixes #808

@bcoe
bcoe requested a review from a team 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

codecov Bot commented Jan 22, 2021

Copy link
Copy Markdown

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

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