argocd-rbac-cm

From wikieduonline
Jump to navigation Jump to search

kubectl describe configmap -n argocd argocd-rbac-cm

Examples[edit]

# default out of the box[edit]

data:
 policy.default: role:readonly

Customized[edit]

g, admin, role:admin                                          ← standard but explicit
g, system:serviceaccount:gitlab-runner:gitlab-runner, role:gitlab-runner  ← custom, GitLab Runner SA
p, role:developer, applications, get, */*, allow             ← custom role
p, role:developer, applications, sync, */*, allow            ← custom role
p, role:gitlab-runner, applications, sync, */*, allow        ← custom role
p, role:gitlab-runner, applications, get, */*, allow         ← custom role
g, developer, role:developer                                 ← custom group mapping


Related[edit]

kgcm -n argocd
argocd-cm

See also[edit]

Advertising: