Uploaded image for project: 'OpenShift Dev Console'
  1. OpenShift Dev Console
  2. ODC-4989

Missing User RoleBindings in the Project Access Web UI

XMLWordPrintable

    • ODC Sprint 194, ODC Sprint 195
    • Medium

      Description of problem:

      When a RoleBinding has more than one subject, we ignore them.

      Steps to Reproduce

      1. Create a RoleBinding with two subjects:
        apiVersion: authorization.openshift.io/v1
        kind: RoleBinding
        metadata:
          name: gitops-user-binding
        roleRef:
          name: admin
        subjects:
        - kind: User
          name: GRESS
        - kind: User
          name: HERRNB_F
        userNames:
        - GRESS
        - HERRNB_F 
      2. Navigate to Dev Perspective => Project => Project Access

      Actual results:

      Only the first subject (GRESS) is visible.

      Expected results:

      All subjects to be visible.

      Reproducibility (Always/Intermittent/Only Once):

      Always

      Build Details:

      4.5.0-0.okd-2020-10-03-012432 - UPI

      Additional info:

      Code Ref

            dsantra12 Debsmita Santra
            aballantyne Andrew Ballantyne
            Mohammed Saud Mohammed Saud (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: