google-auth-library-nodejs icon indicating copy to clipboard operation
google-auth-library-nodejs copied to clipboard

🔑 Google Auth Library for Node.js

Results 114 google-auth-library-nodejs issues
Sort by recently updated
recently updated
newest added

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...

size: xl

## 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...

size: s

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...

type: question

### 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...

type: feature request
priority: p3

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...

priority: p2
type: feature request
external

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,...

priority: p2
type: feature request

#### 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...

type: bug
priority: p2

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...

priority: p2
type: feature request

Tracking issue for: https://github.com/googleapis/google-auth-library-nodejs/pull/1431

type: feature request
priority: p3

Cloud Run stuff was showing up in the Functions docs; this should fix that.

api: cloudfunctions
size: s