Bug 1235012
Summary: | PUT /api/v2/users/:id returns an incomplete set of attributes | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | jaudet | ||||
Component: | API | Assignee: | alon <agoldboi> | ||||
Status: | CLOSED ERRATA | QA Contact: | jcallaha | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 6.1.0 | CC: | bbuckingham, bkearney, fsimonce, jcallaha, orabin, sthirugn, tbrisker | ||||
Target Milestone: | Unspecified | Keywords: | Triaged | ||||
Target Release: | Unused | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-07-27 08:52:57 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: | |||||
Embargoed: | |||||||
Bug Depends On: | 1216236 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
jaudet
2015-06-23 18:29:35 UTC
Since this issue was entered in Red Hat Bugzilla, the release flag has been set to ? to ensure that it is properly evaluated for this release. This has been resolved in current 6.2 snaps, moving to ON_QA for verification. Verified in Satellite 6.2 snap 7 compose 1. The expected attributes are now included. { "firstname": "first", "lastname": "last", "mail": "RYBUcURZ", "admin": true, "auth_source_id": 1, "auth_source_name": "Internal", "timezone": null, "locale": null, "last_login_on": "2016-04-12 18:01:15 UTC", "created_at": "2016-04-12 18:00:16 UTC", "updated_at": "2016-04-12 19:06:06 UTC", "id": 5, "login": "19zz1o9Gcg", "default_location": null, "locations": [], "default_organization": null, "organizations": [], "auth_source_internal": { "id": 1, "type": "AuthSourceInternal", "name": "Internal" }, "mail_notifications": [], "roles": [ { "name": "Anonymous", "id": 21 } ], "usergroups": [] } Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1500 |