Uploaded image for project: 'Red Hat Advanced Cluster Management'
  1. Red Hat Advanced Cluster Management
  2. ACM-20640 RBAC UI Implementation [2.15] - multiple sub tasks
  3. ACM-21058

Implement UXD UI for RBAC for VMs - UX when YAML/Resources mismatching

XMLWordPrintable

    • Product / Portfolio Work
    • False
    • VMMgmt - Train-31

      It could be the case where information coming from ClusterPermission resources does not match from the existing resources on the console, like

      apiVersion: rbac.open-cluster-management.io/v1alpha1
      kind: ClusterPermission
      metadata:
        name: rb-view
        namespace: local-cluster
      spec:
        roleBindings:
          - namespace: default
            roleRef:
              name: kubevirt.io:view
              apiGroup: rbac.authorization.k8s.io
              kind: ClusterRole
            subject:
              name: UserX
              apiGroup: rbac.authorization.k8s.io
              kind: User
      

      and

      $ oc get user
      
      NAME     UID                                    FULL NAME   IDENTITIES
      UserY      7d11e792-1bae-42ea-864f-f97b5cd57132               
      

      Currently application will behave like

        1. screenshot-1.png
          87 kB
          Enrique Mingorance Cano

              emingora Enrique Mingorance Cano
              emingora Enrique Mingorance Cano
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: