Skip to content

Commit

Permalink
change: Migrate credentials to use google-auth-library (#2466)
Browse files Browse the repository at this point in the history
* Convert Service account, refresh token, and compute engine types to use google-auth

* Validate credential files

* update tests

* Update tests

* Remove obsolete unit tests

* fix package.json

* clean up comments

* fix integration tests

* fix integration tests

* fix auth client init process
  • Loading branch information
lahirumaramba authored Nov 4, 2024
1 parent 8bb5691 commit 2144b12
Show file tree
Hide file tree
Showing 12 changed files with 262 additions and 821 deletions.
70 changes: 18 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
"@firebase/database-types": "1.0.5",
"@types/node": "^22.0.1",
"farmhash-modern": "^1.1.0",
"google-auth-library": "^9.14.2",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.1.0",
"node-forge": "^1.3.1",
Expand Down
Loading

0 comments on commit 2144b12

Please sign in to comment.