Shouldn't be too hard to do. I'm not sure if there is already an default implementation for the language you want to use. There is a good overview here: https://grpc.io/docs/guides/auth.html
You can just create your credentials implementation using the Google Authentication as base (C# <https://github.com/grpc/grpc/tree/master/src/csharp/Grpc.Auth> or C++ <https://github.com/grpc/grpc/blob/master/src/core/lib/security/credentials/google_default/google_default_credentials.cc> example). Or are you using a proxy like Envoy to offer an HTTP interface? -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/ed17c4de-f66c-4862-a1ea-2489b30b54a6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
