google-auth-library-nodejs
google-auth-library-nodejs copied to clipboard
🔑 Google Auth Library for Node.js
See go/pluggable-auth-design. Summary: Adds a new PluggableAuthClient class that enables the ability for developers to use their own executable to retrieve subject tokens for Workload Identity Federation (instead of a...
## Description - There is a comment by @bcoe that says TODO [here](https://github.com/googleapis/google-auth-library-nodejs/blob/main/src/auth/googleauth.ts#L206-L232). So I deleted Promises and changed to use async/await only. ## Check list - [x] Make sure...
Hi! I would like to ask whether it is possible to include the client ID and secret in an open source application with the "Desktop" type of credentials. According to...
### Problem - There is a comment by @bcoe that says `TODO`. This comment has been here for two years. - https://github.com/googleapis/google-auth-library-nodejs/blob/main/src/auth/googleauth.ts#L206-L232 ### Suggestion - It would be better to...
Hello togehter, I want to access an GCP Cloud Endpoint with workload identity federation from AWS. I have a generated impersonated key file and your first example with list buckets...
Hi. I'm trying to implement user impersonation with a google service account and have been having problems for a while. After adding the user to be impersonated as the subject,...
#### Environment details - OS: Linux - Node.js version: 12 - npm version: Using PNPM 6 - `google-auth-library` version: 7.14.1 #### Steps to reproduce This library uses the [gtoken](https://github.com/googleapis/node-gtoken) for...
Currently there is no easy way to acquire an `id_token` for a service account that was impersonated. For example, if you run an application as SA1 but you would like...
Tracking issue for: https://github.com/googleapis/google-auth-library-nodejs/pull/1431
Cloud Run stuff was showing up in the Functions docs; this should fix that.