You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hi ,
Does gRPC support digest authentication ?
I am trying to figure out if that will work with the BigTable HBase client and I was told that it uses gRPC.
Please let me know.
-Shubhro
falco...@gmail.com
unread,
Dec 7, 2017, 3:21:21 AM12/7/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
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# or C++ example). Or are you using a proxy like Envoy to offer an HTTP interface?