microsoft / durabletask-python

A Durable Task Python SDK compatible with Dapr Workflow and its underlying Durable Task engine
MIT License
13 stars 6 forks source link

Implement TLS support #17

Closed elena-kolevska closed 9 months ago

elena-kolevska commented 9 months ago

The proposal 0008 describes the capability of all Dapr SDKs to establish secure TLS connections to the servers. Since the workflow api of the python client uses the durabletask-python client sdk, we should make sure it, too can support TLS connections.

elena-kolevska commented 9 months ago

I would like to start working on the issue, if that's ok 🙏

cgillum commented 9 months ago

This is merged and should go out with the next release. FYI @DeepanshuA.