Hide Forgot
Description of problem: Looking at the examples here: http://pulp-dev-guide.readthedocs.org/en/latest/integration/rest-api/permission/actions.html ... the resource seems to be incorrect. Using "/repositories/" as the resource does not actually work. Using "/v2/repositories/" does work. The examples should be updated to have the "/v2" prefix. Version-Release number of selected component (if applicable): 2.3.0-0.33.beta How reproducible: always Steps to Reproduce: 1. $ pulp-admin auth permission grant --login=me --resource='/repositories/' -o read 2. $ pulp-admin rpm repo list Actual results: error: Insufficient Permissions Expected results: list of repositories Additional info: The following command causes the repo list to work: $ pulp-admin auth permission grant --login=me --resource='/v2/repositories/' -o read
Fixed with https://github.com/pulp/pulp/pull/1194
verified http://pulp-dev-guide.readthedocs.org/en/latest/integration/rest-api/permission/actions.html
Moved to https://pulp.plan.io/issues/386