You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have setup Temporal UI and Server using helm charts and deployed in AKS using mysql DB.
I am able to configure authentication using Okta, but all the users in the system able to access all the namespaces and perform write operations.
I am trying to control the access by using default claimMapper using permissions claim in the jwt token, but it is not working.
To Reproduce
I have added below environment variable to web-deployment.yml file
Describe the bug
I have setup Temporal UI and Server using helm charts and deployed in AKS using mysql DB.
I am able to configure authentication using Okta, but all the users in the system able to access all the namespaces and perform write operations.
I am trying to control the access by using default claimMapper using permissions claim in the jwt token, but it is not working.
To Reproduce
I have added below environment variable to web-deployment.yml file
And my jwt claim looks like
"permissions": [
"order-dev:write"
]
Expected behavior
After log-in to the temporal UI, I was expecting to see only order-dev namespace data, but able to see all the namespaces
The text was updated successfully, but these errors were encountered: