We’ve build a custom claim mapper (all custom) and a customized authorizer (uses much of the default authorizer), and it’s a bit unclear what permissions are actually required by the worker service.
I initially thought restricting the worker service to the temporal-system
namespace would be sufficient, but now I’m seeing errors where the worker service is failing auth checks on the default
namespace against the temporal-sys-per-ns-tq
task queue.
Is there some documentation regarding minimal permissions for the worker service or even other services for that matter?