Skip to content

Unable to process connection from Temporal Cloud using API Key #10

@nisiah78

Description

@nisiah78

Hello,

i want to use temporal/sdk and temporal-bundle to handle connection for temporal cloud using jwt api key but it seems that the bundle does not support yet this configuration type, i found out that the WorkerFactory class of temporal bundle does not have yet the ServiceCredentials to handle the connection.

for something like this :

 $serviceCredentials =  ServiceCredentials::create()->withApiKey($temporalApiKey);

        $this->workerFactory = WorkerFactory::create(
            credentials: $serviceCredentials
        );

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions