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 attempting to access the 'configs' tab under one of the connectors, I am unexpectedly redirected to the login page. An error stating “Unauthorized: missing permission on resource CONNECT_CLUSTER and action READ” is displayed, despite the fact that the user has the required CONNECT_CLUSTER resource and READ action permissions explicitly added.
To Reproduce
Steps to reproduce the behavior:
Log in with a user that has CONNECT_CLUSTER and READ permissions.
Go to Connectors.
Click on 'configs' for any connector.
See error and redirection to login page.
Expected behavior
The expected behavior is that the 'configs' tab should open and display the configurations without any authorization issues since the permissions are correctly set.
Screenshots
Environment :
AKHQ version: 0.25.2
Additional context
I don't see the same issue when user with admin role permission tries to click on Connector's Configs Tab
The text was updated successfully, but these errors were encountered:
Describe the bug
When attempting to access the 'configs' tab under one of the connectors, I am unexpectedly redirected to the login page. An error stating “Unauthorized: missing permission on resource CONNECT_CLUSTER and action READ” is displayed, despite the fact that the user has the required
CONNECT_CLUSTER
resource andREAD
action permissions explicitly added.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The expected behavior is that the 'configs' tab should open and display the configurations without any authorization issues since the permissions are correctly set.
Screenshots
Environment :
Additional context
I don't see the same issue when user with admin role permission tries to click on Connector's Configs Tab
The text was updated successfully, but these errors were encountered: