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
When the user opens a page they don't have access to, the app will redirect them to the login page. This is not optimal since the user does NOT need to re-auth. They don't have the required permission, and signing in again will only result in facing the same login page. Hence a broken loop.
As a side note, it's a bit disruptive too, since the sidebar does not exist on the login page, making it non-trivial to go back to the page they were before.
To Reproduce
Steps to reproduce the behavior:
Sign in as a user that doesn't have the required permission to open e.g. a specific namespace
Switch to that specific namespace
You will get redirected to the login page
Expected behavior
The user should be made aware that they do not have the required permission, and they should probably ask their administrator to grant them the required permissions if they need to access this page.
Desktop (please complete the following information):
OS: Any
Browser: Any
Version: 2.28.11
The text was updated successfully, but these errors were encountered:
Describe the bug
When the user opens a page they don't have access to, the app will redirect them to the login page. This is not optimal since the user does NOT need to re-auth. They don't have the required permission, and signing in again will only result in facing the same login page. Hence a broken loop.
As a side note, it's a bit disruptive too, since the sidebar does not exist on the login page, making it non-trivial to go back to the page they were before.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The user should be made aware that they do not have the required permission, and they should probably ask their administrator to grant them the required permissions if they need to access this page.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: