Actions
Bug #6835
closedUnable to use RHEV/ovirt without admin permissions on the rhev cluster
Status:
Rejected
Priority:
Normal
Assignee:
Category:
Compute resources - oVirt
Target version:
-
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1123676
Description of problem:
When trying to create a rhev compute resource with non-admin RHEV user, the following error occurs:
"query execution failed due to insufficient permissions."
The reason for this is the RHEV needs to be called with 'Filter: true' headers
for the api to work correctly with non-admin user.
The rbovirt client library supports to specify the filtered_api option, but fog and foreman don't have a support for that
Updated by Dominic Cleal over 10 years ago
- Category set to Compute resources - oVirt
- Assignee deleted (
Dominic Cleal)
Updated by The Foreman Bot about 9 years ago
- Assignee set to Marek Hulán
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3288 added
Actions