coinbase / chainstorage

The File System For a Multi-Blockchain World
https://time-wilderness-a70.notion.site/ChainStorage-5c173d1cafd842ceb9e38c26bfbd6265?pvs=4
Apache License 2.0
69 stars 24 forks source link

Add TLS configuration for Temporal #17

Closed mchristopher closed 10 months ago

mchristopher commented 1 year ago

What changed? Why?

Adding a TLS configuration block to the Temporal config section. This is to support enabling/disabling TLS, as well as to support mTLS as required in Temporal Cloud.

How did you test the change?

Added checks for config parsing, and tested mTLS locally.