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: Add file watcher certificate provider, and credentials that use them #2802

Merged
merged 2 commits into from
Sep 6, 2024

Conversation

murgatroid99
Copy link
Member

This is foundational work for gRFC A29. I put it in the main library because it doesn't use any xDS features. The xDS library will use these APIs to apply its configuration. As part of this change, channel credentials now have internal reference counting APIs, though only the new credentials use them.

Also, while I was trying to get this to work, I noticed and fixed a bug in the pick_first LB policy that caused it to report stale connectivity error messages.

@murgatroid99 murgatroid99 merged commit 21f4708 into grpc:master Sep 6, 2024
8 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.

2 participants