UI access to frontend

We’ve got temporal running with the default authorizer and claim mapper and client auth with JWT works.

UI does not have access. Is there any way I can inject a JWT token into the headers of UI requests to the frontend to authorize them? Or another way to allow UI access?

We’re using the docker image temporalio/ui in kubernetes.

Docs have a section on web ui auth config here, can configure oidc. Let me know if this helps.