dtm icon indicating copy to clipboard operation
dtm copied to clipboard

Does it support app gRPC-endpoints with HTTPS?

Open gdlcf88 opened this issue 3 years ago • 3 comments

Hi, I'm a DTM msg user.

It seems that "action" and "queryPrepared" require no-protocol URLs for gRPC endpoints, and the DTM uses HTTP protocol by default.

How can I customize to use HTTPS protocol? Thanks.

gdlcf88 avatar May 31 '22 06:05 gdlcf88

Not currently supported.

queryPrepared is called on the dtm server, which means the TLS certificate file needs to be passed to the dtm server.

xyctruth avatar Jun 30 '22 02:06 xyctruth

I think need to support queryPrepared for GRPC TLS connections @yedf2

xyctruth avatar Jun 30 '22 02:06 xyctruth

When https://github.com/dtm-labs/dtm/issues/274 is done, maybe Dapr could provide mTLS Certificate deployment and rotation.

gdlcf88 avatar Sep 20 '22 13:09 gdlcf88