You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was working on a project and trying to connect to the temporal cloud. As far as I can tell from reviewing the sdk, it currently only supports mTLS certificate authentication for connecting to Temporal Cloud. Looking at the code, the SDK uses gRPC metadata (TemporalClient.swift:104-106) but doesn't actually expose a way to add authorization headers.