Issue #380
closedRole - different id in request and response
Description
Description of problem:
Request for create role expects "role_id", but in response is only "id".
How reproducible:
always
Steps to Reproduce:
1. create role
Actual results:
post role_id
get id
Expected results:
post id
get id
Additional info:
https://pulp-dev-guide.readthedocs.org/en/pulp-2.2/integration/rest-api/role/cud.html
+ This bug was cloned from Bugzilla Bug #1021962 +
Updated by cduryee about 8 years ago
This is still outstanding as of 2.4.3
from server_calls.log when creating a role:
2014-11-12 01:16:19,360 - INFO - POST request to /pulp/api/v2/roles/ with parameters {"display_name": null, "description": null, "role_id": "foo-role"}
2014-11-12 01:16:19,361 - INFO - Response status : 201
2014-11-12 01:16:19,361 - INFO - Response body :
{
"display_name": "foo-role",
"description": null,
"_ns": "roles",
"permissions": {},
"_id": {
"$oid": "5462b4e3d7a7470368373223"
},
"id": "foo-role",
"_href": "/pulp/api/v2/roles/foo-role/"
}
Assigning this to 3.0.0 since that is our next opportunity to fix this.
+ This comment was cloned from Bugzilla #1021962 comment 1 +
Updated by amacdona@redhat.com about 8 years ago
- Platform Release deleted (
3.0.0)
Updated by bmbouter almost 4 years ago
- Status changed from NEW to CLOSED - WONTFIX
Updated by bmbouter almost 4 years ago
- Severity set to 1. Low
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.
Updated by bmbouter almost 3 years ago
- Category deleted (
14)
We are removing the 'API' category per open floor discussion June 16, 2020.