Include credential class to build ALTS credentials
Open
package: @grpc/grpc-js
- Dominant language
- TypeScript
- Stars
- 4.8k
- Forks
- 716
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 10
Description
### Is your feature request related to a problem? Please describe.
The gRPC docs include ways to create an ALTS server/client. But these are only for C++, Go, Java and Python. The reason Node is not included here seems because the classes do not exist
### Describe the solution you'd like
I would like to use ALTS in my `grpc-node` project.
### Describe alternatives you've considered
No alternatives.
### Additional context
https://grpc.io/docs/guides/auth/#supported-auth-mechanisms
Contributor guide
Assessment
This issue has not been assessed yet.