temporalio / cli

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
https://docs.temporal.io/cli
MIT License
247 stars 34 forks source link

TLS Data flags #484

Closed Sushisource closed 6 months ago

Sushisource commented 6 months ago

What was changed

Allow passing TLS cert/key data directly rather than through a file

Why?

Convenient in some situations

Checklist

  1. Closes https://github.com/temporalio/cli/issues/471

  2. How was this tested: There aren't TLS tests right now, but I did verify these options cause loading of the keypairs to happen properly. We'll probably want some TLS tests at some point.

  3. Any docs updates needed?