dtm
dtm copied to clipboard
Does it support app gRPC-endpoints with HTTPS?
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.
Not currently supported.
queryPrepared is called on the dtm server, which means the TLS certificate file needs to be passed to the dtm server.
I think need to support queryPrepared for GRPC TLS connections @yedf2
When https://github.com/dtm-labs/dtm/issues/274 is done, maybe Dapr could provide mTLS Certificate deployment and rotation.