-
Sub-task
-
Resolution: Unresolved
-
Major
-
None
-
Product / Portfolio Work
-
False
-
False
-
-
-
ACM Console Train 35 - 1
OAuth is required for the new rbac ui in 2.16 in order to be able to get IDPs
--- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: oauth-viewer rules: - apiGroups: - config.openshift.io resources: - oauths verbs: - get - list - watch --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: console-mce-oauth-viewer roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: oauth-viewer subjects: - kind: ServiceAccount name: console-mce namespace: multicluster-engine
The change should be applied at:
See more details at https://github.com/stolostron/console/blob/main/docs/RESOURCES.md
See discussion at https://redhat-internal.slack.com/archives/C071RR3J7AB/p1764770822367719