What are you really trying to do?
Describe the bug
Connecting workerDeployment with API keys doesn't work controller return the following error
temporal server health check failed: health check error: Request unauthorized
Minimal Reproduction
- Deploy worker controller
- Create connection object with Worker Deployment and api key
Environment/Versions
- Using Kubernetes
- Temporal v1.2.1 controller
- Temporal cloud
There is c.CheckHealth(ctx, &sdkclient.CheckHealthRequest{}) which is not a namespace scooped operation so it return and error and the controller failed to connect the server
What are you really trying to do?
Describe the bug
Connecting workerDeployment with API keys doesn't work controller return the following error
temporal server health check failed: health check error: Request unauthorized
Minimal Reproduction
Environment/Versions
There is c.CheckHealth(ctx, &sdkclient.CheckHealthRequest{}) which is not a namespace scooped operation so it return and error and the controller failed to connect the server