Bug 1601335
| Summary: | [converged] Should display Cluster-wide Roles and System Roles for normal user without any project | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | XiaochuanWang <xiaocwan> | ||||
| Component: | Management Console | Assignee: | Jon Jackson <jonjacks> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 3.11.0 | CC: | aos-bugs, jokerman, mmccomas | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 3.11.0 | ||||||
| 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: | 2018-10-11 07:21:41 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: | |||||||
| Attachments: |
|
||||||
Pending PR for fix: https://github.com/openshift/console/pull/260 Verified on v3.11.0-0.9.0 Image Id: registry.reg-aws.openshift.com:443/openshift3/ose-console v3.11 e03103f86278f 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-2018:2652 |
Created attachment 1459056 [details] clusterroles are missing, only display number Description of problem: Normal user login and browse to Role page, check number of Cluster-wide Roles, Namespace Roles and System Roles and their content. Page should display the Cluster-wide Roles and System Roles Version-Release number of selected component (if applicable): docker.io/openshift/origin-console:latest fb4295d1e2f7 How reproducible: Always Steps to Reproduce: 1. Normal user login with no project, browse to Role page 2. Check number of different groups of roles and content 3. oc get clusterroles Actual results: 2. Page shows number of roles but hide all roles from different group of roles including clusterrole. (Please see the screenshot) 3. User can get clusterroles totally 136 Expected results: 2. Page should display Cluster-wide Roles and System Roles well, page should also display error message for user getting roles under "default project at the same time. Additional info: After user created project, the cluterroles could be listed well.