-
Notifications
You must be signed in to change notification settings - Fork 161
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
Problem with endpoint_info permission on Back-End side #2677
Comments
Hi @ct-anaalbic , Uhmmm it seems like a corner case. All you said is true. A strange thing is that the So both require admin access or at least a permission like I can see that the permission on the test are created with the Could you please check? Regards, Alberto |
Hi @Coduz, Yes, I will check this. Regards, |
Hi @Coduz, I checked this. If role permissions are created with But can the user modify or add endpoints in any case? On GUI user is not able to work completely with endpoints. User only can see endpoints if has permissions with Regards, Ana |
I just tried to delete or edit endpoint with user which has endpoint_info permissions created with Regards, Ana |
Hi @ct-anaalbic , Sorry for the long awaiting. The endpoint can be only edited by Instead this info must be available to all user since they are meant to be of public domain to know which is the broke URL for example. Regards, Alberto |
I closed this because issue is resolved. |
Describe the bug
On GUI side, if user which not have
endpoint_info
permission try to find endpoint without account permission, it will not work. Also if the same user try to edit or delete endpoint in every case it won't be possible. But in tests, scenario like this is passed.To Reproduce
Steps to reproduce the behavior:
Expected behavior
This scenario can not be reproduced on GUI side (if user has account permission he can see endopoint in settings tab, but can't add or delete endpoint). In Cucumber test scenarios, this is possible.
Screenshots
Screenshot1 (GUI - User has account and endpoint permissions and he can see endpoint - deployment info, but can't add new one, or delete and edit existing endpoint)
Screenshot2 (Cucumber Test Scenario - find, edit and delete endpoint steps passed when user has only endpoint_info permission)
Version of Kapua
develop Kapua
Type of deployment
[ ] Local Vagrant deployment
[ ] Docker
[ ] Openshift (in its variants)
[ ] Others
Main component affected
[ ] Console (in case of console please report info on which browser you encountered the problem)
[ ] REST API
[ ] Message Broker
[ ] - Others
Additional context
I am not sure but is this really a issue?
The text was updated successfully, but these errors were encountered: