grpc-node
grpc-node copied to clipboard
Include credential class to build ALTS credentials
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
This is blocked because the ALTS protocol is not implemented in Node.js.
do you have any other package/library that do support grpc alts with node/nest
ALTS is not implemented by any Node.js package.