Bug 1488910
| Summary: | User cannot get his own user UID | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Tomas Plevko <tplevko> |
| Component: | apiserver-auth | Assignee: | Simo Sorce <ssorce> |
| Status: | CLOSED NOTABUG | QA Contact: | Chuan Yu <chuyu> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | aos-bugs, mkhan, tplevko |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-09-11 17:10:19 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: | |||
|
Description
Tomas Plevko
2017-09-06 12:57:31 UTC
The current user is aliased as ~ $ oc whoami developer $ oc get users '~' NAME UID FULL NAME IDENTITIES developer 578e2223-93e9-11e7-b947-507b9dac97ff anypassword:developer $ oc get users '~' -o yaml apiVersion: v1 groups: [] identities: - anypassword:developer kind: User metadata: creationTimestamp: 2017-09-07T16:26:46Z name: developer resourceVersion: "836" selfLink: /oapi/v1/users/developer uid: 578e2223-93e9-11e7-b947-507b9dac97ff @Tomas please close if this works for you. @Mo, it works! Thank you for the help, I couldn't find it anywhere. I think this could be a good input into the knowledge base. |