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

grpc-js-xds: Add XdsChannelCredentials #2866

Merged

Conversation

murgatroid99
Copy link
Member

This adds the XdsChannelCredentials class, as specified in gRFC A29. This also includes some other changes to accommodate that:

  • CertificateProviderChannelCredentials have been modified so that if the initial attempt to load certificates is still pending, the secure connector waits for them instead of immediately failing.
  • CallCredentials are no longer extracted from ChannelCredentials at channel creation time. Instead, they are provided by the secure connector, and by the subchannel that owns it.

@murgatroid99 murgatroid99 merged commit 614e5f9 into grpc:master Dec 10, 2024
4 of 10 checks passed
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.

1 participant