XMLWordPrintable

    • Product / Portfolio Work
    • False
    • Hide

      None

      Show
      None
    • False
    • VMMgmt - Train-31

      implement just the API layer based on the RoleAssignment object

      • list
      • get single element
      • POST
      • PUT
      • DELETE

      RoleAssignment object

      apiVersion: rbac.open-cluster-management.io/v1alpha1
      kind: RoleAssignment
      metadata: ...
      spec: 
        roles: ["view", "edit"]
        subjects: 
          [
            { kind: "User", name: "kike" },
            { kind: "User", name: "matthew" },
            { kind: "Group", name: "subadmin_group" },
            { kind: "ServiceAccount", name: "serviceAccountX", namespace: "ns1" },
          ]
        clusters: 
          [
            { name: "clusterx", namespaces: ["ns1", "ns2"] },
            { name: "clustery", namespaces: ["ns1"] },
            { name: "clusterz", namespaces: ["*"] },
          ]
      
      

              rh-ee-mshort Matthew Short
              emingora Enrique Mingorance Cano
              Atif Shafi Atif Shafi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: