Created attachment 1454672 [details] Engine log Description of problem: When I try to get vNIC Profiles with UserRole through RestAPI it return "insufficient permissions". I have VnicProfileUser permissions. Version-Release number of selected component (if applicable): Version 4.2.4.5-0.1.el7_3 How reproducible: Everytime Steps to Reproduce: Send request as simple user: https://<ENGINE_URL>/ovirt-engine/api/vnicprofiles Header: Filter: true Actual results: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <fault> <detail>query execution failed due to insufficient permissions.</detail> <reason>Operation Failed</reason> </fault> Expected results: List of vNIC Profiles
the important detail missing in the bug description is that it's the GetAllQosByTypeQuery failing, because it's not defined as a user query. It will fail on all setups where QoS is defined
*** This bug has been marked as a duplicate of bug 1654442 ***