Temporal custom authorization using JWT

Hello,

I want to implement a customer authorizer that will validate a JWT sent using JWTHeadersProvider.

I wrote the implementation, but am wondering how to integrate it so the server knows and uses it?
I use both temporal’s helm and docker-compose.

Thanks.

If you create your custom authorizer you would need to register it in server code, see
hooks here and here.
Also check out sample with custom main here. This means you would need to build your server images with the added registered custom authorizer.

Thanks!

How do I make this work with Docker? Helm?