Actions
Bug #2248
closedAuthorization of API actions should match app permissions
Description
The API v1 and v2 actions are not currently assigned to permissions (with the exception of just four API v1 controllers), so it requires an admin account to perform most work over the API.
The actions for API controllers should be added to permissions and tests added (by fixing test/lib/foreman/access_permissions_test.rb to test for them), or perhaps a method of equating API routes to standard app routes to avoid repeating them.
Updated by Ohad Levy over 11 years ago
- Target version set to 1.2.0
Updated by Joseph Magen over 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset e00b6ef0c540ff5915493b9d8456c399203cf4b4.
Actions