| Summary: | Password gets shown on a retrieval of a particular user info | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Ina Panova <ipanova> |
| Component: | API/integration | Assignee: | Barnaby Court <bcourt> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ina Panova <ipanova> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.2 | CC: | bcourt, skarmark |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | 2.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-09 06:56:26 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Ina Panova
2013-10-17 12:11:56 UTC
build: 2.4.0-0.7.beta Tested in pulp-server-2.4.0-0.8.beta.fc20.noarch $ curl -H "Content-Type: application/json" -X GET -k -u admin:admin 'https://example.com/pulp/api/v2/users/test/'| python -m json.tool % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 141 100 141 0 0 72 0 0:00:01 0:00:01 --:--:-- 72 { "_href": "/pulp/api/v2/users/test/", "_id": { "$oid": "5345415e1f6ea8023a2c5d64" }, "_ns": "users", "login": "test", "name": "test", "roles": [] } Moving to Verified. This has been fixed in Pulp 2.4.0-1. |