roadrunner icon indicating copy to clipboard operation
roadrunner copied to clipboard

[💡 FEATURE REQUEST]: Temporal: Provide some `sugar` for users to set the `Authorization` header

Open rustatian opened this issue 1 year ago • 0 comments

Plugin

roadrunner-temporal

I have an idea!

From the internal discussion: re. the API key feature we talked about this morning, basically we need to do something like this for PHP:

  • https://github.com/temporalio/sdk-go/pull/1409
  • https://github.com/temporalio/sdk-go/pull/1419

Idea is just to provide some sugar for users to set the Authorization header in gRPC connections so they can use API keys to talk to the server (instead of mTLS), and to make it dynamic so keys can be rotated without having to restart clients/workers.

rustatian avatar Mar 12 '24 15:03 rustatian