Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1533753 - [trello R1ninKHf] Should display correctly roles created by user
[trello R1ninKHf] Should display correctly roles created by user
Status: CLOSED CURRENTRELEASE
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console (Show other bugs)
3.9.0
Unspecified Unspecified
unspecified Severity medium
: ---
: 3.9.0
Assigned To: bpeterse
Yadan Pei
:
Depends On:
Blocks:
  Show dependency treegraph
 
Reported: 2018-01-12 01:31 EST by shahan
Modified: 2018-03-27 05:44 EDT (History)
5 users (show)

See Also:
Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2018-01-24 10:07:04 EST
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---
bpeterse: needinfo+


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:0489 normal SHIPPED_LIVE Red Hat OpenShift Container Platform 3.9 RPM Release Advisory 2018-03-28 14:06:38 EDT

  None (edit)
Description shahan 2018-01-12 01:31:27 EST
Description of problem:
Should display  correctly roles created by user 

Version-Release number of selected component (if applicable):
v3.9.0-alpha.2+f0d1fb1

How reproducible:
Always

Steps to Reproduce:
1.$ cat role.json
{
    "kind": "Role",
    "apiVersion": "v1",
    "metadata": {
        "name": "deleteservices"
    },
    "rules": [
        {
        "verbs": [
            "delete"
        ],
        "resources": [
            "services"
        ]
        }
    ]
}
oc create -f role.json
2. Login web console, goto 'Membership'->'Users' tab, add the deleteservices role to user
3. 

Actual results:
Although added a user with deleteservices role successfully, but not shown the roles of a user, also have not 'X' to delete the user with that role on web console.

Expected results:
Should display correctly roles created by user

Additional info:
Comment 1 bpeterse 2018-01-12 15:10:32 EST
PR open to address this https://github.com/openshift/origin-web-console/pull/2655
Comment 3 shahan 2018-01-22 21:45:38 EST
Tested this bug against OCP v3.9.0-0.22.0, could add/delete custom roles. Thanks!

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