Skip to content

Commit 2144b12

Browse files
change: Migrate credentials to use google-auth-library (#2466)
* 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
1 parent 8bb5691 commit 2144b12

12 files changed

+262
-821
lines changed

package-lock.json

Lines changed: 18 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
"@firebase/database-types": "1.0.5",
210210
"@types/node": "^22.0.1",
211211
"farmhash-modern": "^1.1.0",
212+
"google-auth-library": "^9.14.2",
212213
"jsonwebtoken": "^9.0.0",
213214
"jwks-rsa": "^3.1.0",
214215
"node-forge": "^1.3.1",

0 commit comments

Comments
 (0)