Bug 1804884 - Unable to view links to the dashboards in the web console menu
Summary: Unable to view links to the dashboards in the web console menu
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 4.2.z
Hardware: All
OS: All
unspecified
medium
Target Milestone: ---
: 4.4.0
Assignee: Jakub Hadvig
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On: 1777486
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-02-19 19:33 UTC by bpeterse
Modified: 2020-05-13 21:59 UTC (History)
18 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1777486
Environment:
Last Closed: 2020-05-13 21:59:24 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift console-operator pull 389 0 None closed [release-4.4] Bug 1804884: Add monitoring-shared-config configmaps from openshift-config-managed to the console-config 2020-07-07 02:32:37 UTC
Github openshift console pull 4684 0 None closed [release-4.4] Bug 1804884: Read monitoriong URLs from the console-config configmap 2020-07-07 02:32:37 UTC
Red Hat Product Errata RHBA-2020:0581 0 None None None 2020-05-13 21:59:26 UTC

Comment 5 Yadan Pei 2020-03-09 02:43:47 UTC
Now Monitoring -> Dashboards menu is the place user can view the dashboard, verified on 4.4.0-0.nightly-2020-03-08-213224

Comment 6 Yadan Pei 2020-03-09 06:37:02 UTC
1. grant normal user metrics reader role
# cat metrics-reader-cluster-role.yaml 
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
  name: metrics-reader
rules:
  - apiGroups:
      - ''
    resources:
      - namespaces
    verbs:
      - get
      - list
      - watch
# oc create -f metrics-reader-cluster-role.yaml 
clusterrole.rbac.authorization.k8s.io/metrics-reader created
# oc adm policy add-cluster-role-to-user metrics-reader yapei1 
clusterrole.rbac.authorization.k8s.io/metrics-reader added: "yapei1"

2. Normal user 'yapei1' login to the cluster and visit Monitoring, user can see Dashboards menu, also user can view dashboards successfully

Comment 8 errata-xmlrpc 2020-05-13 21:59:24 UTC
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-2020:0581


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