-
Notifications
You must be signed in to change notification settings - Fork 883
User Admin can't view the /deployment/users page #15212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think this is a UI issue. I can replicate the "Forbidden" error with a user having only the "User Admin" role but a request to
|
Yeah, I just tested all combos of user admins and template admins, and am getting the same issue. I'm poking around the UI code now |
@Parkreiner any idea what version we regressed on? |
@spikecurtis I don't think we've pushed the bug out to anyone yet. |
I have a user that has role
User Admin
(andTemplate Admin
if that matters).When I try to view the
/deployment/users
page, it respondsIn the browser dev tools, I can see that requests to
/api/v2/deployment/config
and/api/v2/deployment/stats
are both coming back 403 Forbidden.
The text was updated successfully, but these errors were encountered: