I’ve recently been working on getting auth working with azure and have mostly gotten there, albeit I’m not using helm charts but creating my k8s resources by hand. What roles have you assigned to the user trying to login?
system:read and namespace:read only to my user, this works in web login, but I the internal workers actually failing which is expected, but I am not sure about internal workers or whether because my client doesn’t have this added yet
Hi @A_T, I’m struggling to make Azure AD work, getting Request unauthorized from Web UI as well as my workers. Would it be possible to post the list of env variables and any other relevant config here please?
Did you ever figure out what this issue was? As in why the web authorisation wasn’t working? I’ve just gone back to working on getting the auth set up and I’m facing this issue still.
I think what is confusing me is figuring out exactly what roles I need to have on the token for a user. Is it system:read? temporal-system:read? namespace:read/write?
nope, love the documentation and every guide out there, so helpful. I guess it is system not temporal-system based on the release notes you shared earlier if you read in the authorization section
I’ve been doing more work on it on my side and have managed to get it working with temporal-system:read and namespace:write. Though this doesn’t seem right to me because now users will have access to see all namespaces. I tried with system:read and it wouldn’t let me authenticate via the web ui.