Skip to content

[Bug] Can't connect workerDeployment with API key failed on temporal server health check failed: health check error: Request unauthorized #225

@zivh65

Description

@zivh65

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

  1. Deploy worker controller
  2. Create connection object with Worker Deployment and api key

Environment/Versions

  1. Using Kubernetes
  2. Temporal v1.2.1 controller
  3. 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions