Enable Authorization in Temporal

Hi folks,

I follow this post to run Temporal Server with SSO authentication and authorization enabled.

In the helm charts, I was able to implement SSO successfully, but failed to get Authorization enabled. There are no errors logged in pods but users with read only permission to “default” namespace can still access all the namespaces, which is not correct.

.

Here is what I did:

  1. in values.yaml, set up TEMPORAL_AUTH_AUTHORIZER configurations. (See the screen-shot)
    .

Any help is appreciated!

I have exactly the same problem after I have solved my TLS problem :smiley:

In case you know how to get the ingress working with the tls config in the helm chart. Let me know.