Bug 989004 - several controllers are missing decorators
Summary: several controllers are missing decorators
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Pulp
Classification: Retired
Component: API/integration
Version: 2.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 2.4.0
Assignee: Nobody
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-26 21:42 UTC by Jeremy Cline
Modified: 2014-08-09 06:55 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-09 06:55:34 UTC
Embargoed:


Attachments (Terms of Use)

Comment 5 Randy Barlow 2014-03-18 16:04:41 UTC
This was fixed in a prior release of Pulp, but we never put it through the QE process. Moving to ON_QA.

Comment 6 Preethi Thomas 2014-06-03 20:27:44 UTC
verified
[root@ibm-x3550m3-08 ~]# rpm -qa pulp-server
pulp-server-2.4.0-0.19.beta.el6.noarch
[root@ibm-x3550m3-08 ~]# 


[root@ibm-x3550m3-08 ~]# curl -d '{}' https://localhost/pulp/api/v2/repositories/zoo/actions/resolve_dependencies/ -k
{"http_request_method": "POST", "exception": null, "error_message": "Pulp exception occurred: AuthenticationFailed", "_href": "/pulp/api/v2/repositories/zoo/actions/resolve_dependencies/", "http_status": 401, "error": {"code": "PLP0000", "data": {}, "description": "Pulp exception occurred: AuthenticationFailed", "sub_errors": []}, "traceback": null, "auth_error_code": "invalid_ssl_certificate"}[root@ibm-x3550m3-08 ~]# 
[root@ibm-x3550m3-08 ~]# 
[root@ibm-x3550m3-08 ~]# curl https://localhost/pulp/api/v2/consumer_groups/test-group/bindings/ -k
{"http_request_method": "GET", "exception": null, "error_message": "Pulp exception occurred: AuthenticationFailed", "_href": "/pulp/api/v2/consumer_groups/test-group/bindings/", "http_status": 401, "error": {"code": "PLP0000", "data": {}, "description": "Pulp exception occurred: AuthenticationFailed", "sub_errors": []}, "traceback": null, "auth_error_code": "invalid_ssl_certificate"}[root@ibm-x3550m3-08 ~]# 
[root@ibm-x3550m3-08 ~]# 
[root@ibm-x3550m3-08 ~]# curl https://localhost/pulp/api/v2/repo_groups/search/ -k
{"http_request_method": "GET", "exception": null, "error_message": "Pulp exception occurred: AuthenticationFailed", "_href": "/pulp/api/v2/repo_groups/search/", "http_status": 401, "error": {"code": "PLP0000", "data": {}, "description": "Pulp exception occurred: AuthenticationFailed", "sub_errors": []}, "traceback": null, "auth_error_code": "invalid_ssl_certificate"}[root@ibm-x3550m3-08 ~]# 
[root@ibm-x3550m3-08 ~]# 
[root@ibm-x3550m3-08 ~]# curl -d '{}' https://localhost/pulp/api/v2/repo_groups/search/ -k
{"http_request_method": "POST", "exception": null, "error_message": "Pulp exception occurred: AuthenticationFailed", "_href": "/pulp/api/v2/repo_groups/search/", "http_status": 401, "error": {"code": "PLP0000", "data": {}, "description": "Pulp exception occurred: AuthenticationFailed", "sub_errors": []}, "traceback": null, "auth_error_code": "invalid_ssl_certificate"}[root@ibm-x3550m3-08 ~]# 
[root@ibm-x3550m3-08 ~]# 
[root@ibm-x3550m3-08 ~]# 
[root@ibm-x3550m3-08 ~]# curl -d '{}' https://localhost/pulp/api/v2/repo_groups/test-id/actions/publish/ -k
{"http_request_method": "POST", "exception": null, "error_message": "Pulp exception occurred: AuthenticationFailed", "_href": "/pulp/api/v2/repo_groups/test-id/actions/publish/", "http_status": 401, "error": {"code": "PLP0000", "data": {}, "description": "Pulp exception occurred: AuthenticationFailed", "sub_errors": []}, "traceback": null, "auth_error_code": "invalid_ssl_certificate"}[root@ibm-x3550m3-08 ~]# 
[root@ibm-x3550m3-08 ~]# curl https://localhost/pulp/api/v2/users/search/ -k
{"http_request_method": "GET", "exception": null, "error_message": "Pulp exception occurred: AuthenticationFailed", "_href": "/pulp/api/v2/users/search/", "http_status": 401, "error": {"code": "PLP0000", "data": {}, "description": "Pulp exception occurred: AuthenticationFailed", "sub_errors": []}, "traceback": null, "auth_error_code": "invalid_ssl_certificate"}[root@ibm-x3550m3-08 ~]#

Comment 7 Randy Barlow 2014-08-09 06:55:34 UTC
This has been fixed in Pulp 2.4.0-1.


Note You need to log in before you can comment on or make changes to this bug.