Story #227
closed[RFE] Allow wildcards in permissions
0%
Description
++ This bug was initially created as a clone of Bugzilla Bug #1085070 ++
Description of problem:
I would like to create a user that can push content into all existing repositories but not edit the repositories themselves. That means:
UPDATE on /v2/repositories/<repo_id>/actions/import_upload/
Without wildcards, the permission needs to be granted separately for each repo. Instead, it would be helpful to have:
UPDATE on /v2/repositories/*/actions/import_upload/
Related issues
Updated by bmbouter about 8 years ago
- Related to Task #2090: Create a plan for user/auth in 3.0 added
Updated by ttereshc about 8 years ago
- Related to deleted (Task #2090: Create a plan for user/auth in 3.0)
Updated by ttereshc about 8 years ago
- Related to Task #2360: Create a plan for user authorization in 3.y added
Updated by bmbouter over 5 years ago
- Status changed from NEW to CLOSED - WONTFIX
Updated by bmbouter over 5 years ago
Pulp 2 is approaching maintenance mode, and this Pulp 2 ticket is not being actively worked on. As such, it is being closed as WONTFIX. Pulp 2 is still accepting contributions though, so if you want to contribute a fix for this ticket, please reopen or comment on it. If you don't have permissions to reopen this ticket, or you want to discuss an issue, please reach out via the developer mailing list.
Made request size limit configurable
closes #227