Uploaded image for project: 'OpenShift GitOps'
  1. OpenShift GitOps
  2. GITOPS-1541

RFE: human cluster-admins should get the argocd admin role

XMLWordPrintable

    • 5
    • False
    • False
    • GITOPS Sprint 213

      Currently the following policy.csv is set to "g, system:cluster-admins, role:admin"

      This means when a cluster admin logs into openshift gitops via Dex/SSO they can't really do anything useful, and the errors when they do something like a Sync aren't obvious. A less astute openshift user wouldn't even realize that system:cluster-admin and cluster-admin are different groups.

      We should include cluster-admin as well as system:cluster-admin.

      This is achievable with the following patch

      oc patch argocd openshift-gitops -n openshift-gitops --type=merge -p='{"spec":{"rbac":

      {"policy":"g, system:cluster-admins, role:admin\ng, cluster-admins, role:admin\n"}

      }}'

              yicai@redhat.com Yi Cai
              pczarkow@redhat.com Paul Czarkowski
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: