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?
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?