Open postermann-indeed opened 2 years ago
Unfortunately the plugin system we are using does not allow us to implement this with the current setup. Only decoding is supported by tctl
for now. We are working on ways of giving tctl
full support for data conversion but there is not a timeline for having that working as yet.
What are you really trying to do?
I'm attempting to encrypt data sent to Temporal via the CLI.
Describe the bug
When running
workflow start
andworkflow signal
commands in tctl, the input parameters are not encoded via the configured plugin data converter.Minimal Reproduction
This is reproducible using the samples-go/encryption plugin:
Environment/Versions