Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move createGoogleDefaultCredentials from grpc-js to grpc-js-xds #1703

Merged

Conversation

murgatroid99
Copy link
Member

Currently createGoogleDefaultCredentials is implemented using only grpc-js's public APIs, and it is only used in grpc-js-xds, so we can move it to avoid needing a dependency on google-auth-library in grpc-js. This addresses #1695 without regressing on #1442. grpc-js-xds only guarantees compatibility with Node 10+, not Node 8, so the dependency on the newer version of google-auth-library here is OK.

@murgatroid99 murgatroid99 force-pushed the grpc-js-xds_google_default_creds branch from 1714d87 to 60eb600 Compare February 25, 2021 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants