Project

Profile

Help

Issue #3022

closed

Tasks delete endpoint does not work if the optional parameter was not provided.

Added by kersom over 6 years ago. Updated almost 5 years ago.

Status:
CLOSED - WONTFIX
Priority:
Low
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

As per documentation [https://docs.pulpproject.org/dev-guide/integration/rest-api/tasks.html#deleting-completed-tasks\] the state (string) - (optional) only delete tasks currently in this state.
However if the state is not provided the response is always 403. If the state is provided then response can be 204. Basically, an optional parameter is behaving as necessary.

To recreate:

Use HTTP DELETE on the path: /pulp/api/v2/tasks/ without provide the state.

Actions #1

Updated by amacdona@redhat.com over 6 years ago

  • Severity changed from 1. Low to 2. Medium
  • Triaged changed from No to Yes

I see 2 potentially separate issues here. 1) we should make `state` non-optional. 2) an invalid request should not return a 403, so that should be investigated as well.

Actions #2

Updated by bmbouter almost 5 years ago

  • Status changed from NEW to CLOSED - WONTFIX
Actions #3

Updated by bmbouter almost 5 years ago

  • Tags Pulp 2 added

Also available in: Atom PDF