grpc-node icon indicating copy to clipboard operation
grpc-node copied to clipboard

Include credential class to build ALTS credentials

Open tolgap opened this issue 2 years ago • 3 comments

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

tolgap avatar Jul 24 '23 10:07 tolgap

This is blocked because the ALTS protocol is not implemented in Node.js.

murgatroid99 avatar Jul 24 '23 16:07 murgatroid99

do you have any other package/library that do support grpc alts with node/nest

ichiragkumar avatar Jan 29 '25 16:01 ichiragkumar

ALTS is not implemented by any Node.js package.

murgatroid99 avatar Jan 29 '25 20:01 murgatroid99