Skip to content

ArgoCD RBAC and project isolation design #4

Description

@ritzorama

Before we deploy ArgoCD to production, we need to design the RBAC model. Key decisions:

Project isolation:
Each team gets an ArgoCD Project scoped to their namespaces. Cross-project access denied by default.

Proposed role mapping:

  • Platform team: admin on all projects
  • Team leads: admin on their team's project
  • Developers: readonly across all apps, sync on their team's apps
  • CI/CD robots: override on their team's apps (for automated deploys)

SSO integration:
GitHub OAuth groups -> ArgoCD RBAC roles via ConfigMap. Format: g, github-org:team-name, role:name

Proposing an ArgoCD AppProject CRD per team as the isolation unit. Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions