You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking at the implementation, and I am seeing that we cannot authenticate using the rpc context.
My current use case is that I am developing an API with both REST and gRPC endpoints. Both type of endpoints will be exposed to the internet and be called by third parties.
We want to use gRPC to allow more efficient network traffic for some use cases.
I understand that usually rpc is used for internal communications, but my use case is a bit different.
Is there a reason why it is not supported, any blockers, incompatibilities or issues,
or is it something that could be integrated?
The text was updated successfully, but these errors were encountered:
Hello all,
I was looking at the implementation, and I am seeing that we cannot authenticate using the rpc context.
My current use case is that I am developing an API with both REST and gRPC endpoints. Both type of endpoints will be exposed to the internet and be called by third parties.
We want to use gRPC to allow more efficient network traffic for some use cases.
I understand that usually rpc is used for internal communications, but my use case is a bit different.
Is there a reason why it is not supported, any blockers, incompatibilities or issues,
or is it something that could be integrated?
The text was updated successfully, but these errors were encountered: