Bug 1533753 - [trello R1ninKHf] Should display correctly roles created by user
Summary: [trello R1ninKHf] Should display correctly roles created by user
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 3.9.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 3.9.0
Assignee: bpeterse
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-01-12 06:31 UTC by shahan
Modified: 2018-03-27 09:44 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-01-24 15:07:04 UTC
Target Upstream Version:
Embargoed:
bpeterse: needinfo+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:0489 0 normal SHIPPED_LIVE Red Hat OpenShift Container Platform 3.9 RPM Release Advisory 2018-03-28 18:06:38 UTC

Description shahan 2018-01-12 06:31:27 UTC
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 20:10:32 UTC
PR open to address this https://github.com/openshift/origin-web-console/pull/2655

Comment 3 shahan 2018-01-23 02:45:38 UTC
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.