Hi,
Is it possible to save some custom secrets / env-vars when using Temporal cloud, to later be used in activities?
Regards Zuhaib Mian
Hi,
Is it possible to save some custom secrets / env-vars when using Temporal cloud, to later be used in activities?
Regards Zuhaib Mian
You can pass them as arguments to the workflow or use context propagation. This assumes that you implemented payload encryption.
Most users rely on some external system like HashiCorp Vault for storing secrets.
yeah went the HashiCorp way, thanks for the inputs