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:
- in values.yaml, set up TEMPORAL_AUTH_AUTHORIZER configurations. (See the screen-shot)
.
Any help is appreciated!