Issue I have to make an authenticated request to a Cloud run service which uses HTTP/2 method for communication via grpc. The service returns a signedURL for a file and it does the same successfully, when deployed unauthenticated. I added
Continue readingTag: grpc-node
How to import proto file in another proto file in NestJS
Issue I’ve come across the need to import one file into another, but I can’t find a clear explanation of how to do it. So, I have my index proto file using some message from common.proto. All proto files lie
Continue readingHow to import proto file in another proto file in NestJS
Issue I’ve come across the need to import one file into another, but I can’t find a clear explanation of how to do it. So, I have my index proto file using some message from common.proto. All proto files lie
Continue reading