Can you please help me understand the expected way to authorize the internal per-namespace workers? I’m trying to add authorizers and claim managers that use worker identities from service mesh x-forwarded-client-certificate gRPC headers. When I add a custom authorizer and claim manager according to the provided examples, my workers start being authorized as expected. However, the internal perNamespaceWorker, which I understand manages scheduling and batches, fails to work because it does not provide any specific authInfo.
Should I distinguish the perNamespaceWorker from others and allow it to poll “temporal-sys-per-ns-tq” of all namespaces?