FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: allow unset/null privateKeyId for JwtCredentials by chingor13 · Pull Request #336 · googleapis/google-auth-library-java · GitHub

This repository was archived by the owner on May 12, 2026. It is now read-only.

fix: allow unset/null privateKeyId for JwtCredentials - #336

Merged
chingor13 merged 4 commits into
googleapis:masterfrom
chingor13:jwt-without-private-key-id
Aug 22, 2019
Merged

fix: allow unset/null privateKeyId for JwtCredentials#336
chingor13 merged 4 commits into
googleapis:masterfrom
chingor13:jwt-without-private-key-id

Conversation

chingor13 commented Aug 22, 2019
edited
Loading

Copy link
Copy Markdown
Contributor

Fixes #335

This was a regression from 0.16.2
Note that if you load Service Account Credentials from json, that field is required.

googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 22, 2019

codecov Bot commented Aug 22, 2019
edited
Loading

Copy link
Copy Markdown

Codecov Report

❗ No coverage uploaded for pull request base (master@19f38ad). Click here to learn what that means.
The diff coverage is 100%.

@@            Coverage Diff            @@
##             master     #336   +/-   ##
=========================================
  Coverage          ?   79.67%           
  Complexity        ?      389           
=========================================
  Files             ?       27           
  Lines             ?     1761           
  Branches          ?      183           
=========================================
  Hits              ?     1403           
  Misses            ?      262           
  Partials          ?       96
Impacted Files Coverage Δ Complexity Δ
...tp/java/com/google/auth/oauth2/JwtCredentials.java 84.41% <100%> (ø) 13 <0> (?)

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 19f38ad...1772ff1. Read the comment docs.

chingor13 marked this pull request as ready for review August 22, 2019 17:29
chingor13 requested review from a team and kolea2 August 22, 2019 17:29
chingor13 merged commit d28a6ed into googleapis:master Aug 22, 2019
chingor13 deleted the jwt-without-private-key-id branch August 22, 2019 17:32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

ServiceAccountJwtCredentials throws NullPointerException

3 participants


Back | FazBrowse Home | New Git URL