We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it should connect to server with TLS succesuflly
tctl --address <> --namespace <> --tls_cert_path ./ca.pem --tls_key_path ./ca.key wf reset-batch -q '..." ' --reason "..." --reset_type FirstWorkflowTask num of excludes: 0 Error: Failed to list workflow. Error Details: Request unauthorized. ('export TEMPORAL_CLI_SHOW_STACKS=1' to see stack traces)
Other command like wf reset or wf list are working correctly.
wf reset
wf list
Run the batch-reset command with TSL
tctl -v tctl version 1.16.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
it should connect to server with TLS succesuflly
Actual Behavior
Other command like
wf reset
orwf list
are working correctly.Steps to Reproduce the Problem
Run the batch-reset command with TSL
Specifications
The text was updated successfully, but these errors were encountered: