Actions
Bug #19336
closedRemote execution from Host Collections with non-admin user fails with error 'rendering 403 because of missing permission'
Status:
Closed
Priority:
Normal
Assignee:
Category:
Roles and Permissions
Target version:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1443816
Description of problem:
Remote execution with non-admin user having role 'Remote Execution User' or 'Remote Execution Manager' do not work and fails with error "rendering 403 because of missing permission ".
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ivan Necas
- Pull request https://github.com/Katello/katello/pull/6756 added
Updated by John Mitsch over 7 years ago
- Subject changed from Remote execution from Host Collections with non-admin user fails with error 'rendering 403 because of missing permission' to Remote execution from Host Collections with non-admin user fails with error 'rendering 403 because of missing permission'
- Translation missing: en.field_release set to 228
Updated by Ivan Necas over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|30fab48e94162ec43c5ee879866109dd2e7d3f65.
Updated by Eric Helms over 7 years ago
- Translation missing: en.field_release changed from 228 to 211
Updated by Nagoor Shaik about 7 years ago
Seems there is a typo within the pull request
~~
+ 'katello/remote_execution/create'
~~
Should be (where a comma is missing at the end of the line)
~~
+ 'katello/remote_execution/create',
~~
Actions