ArgoCD RBAC policies for teams & namespace specific #2731
ravindraprasad85
started this conversation in
General
Replies: 1 comment
-
|
📝 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I do have my (PROD) ArgoCD cluster deployed in Kubernetes cluster using helm, ArgoCD Version 2.9.3 . It running in HA mode with redis HA . Its controlling more than 10 clusters (Prod/Dev/UAT) currently & 10 Repos. I do have more than 100 Apps running in that cluster. Now i needs to control the different teams in Dev cluster and their namespace wise. They should be able to perform anything in their namespace only where the applicationsets/applications running. Client application installed in Argocd cluster Namespace: "ccid-argocd"
Dev Cluster --> Team: A & namespace: A
Dev Cluster --> Team: B & namespace: B
I have tried to write the RBAC policies by following
https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/rbac.md
https://argo-cd.readthedocs.io/en/stable/operator-manual/rbac/
currently ARGOCD is integrated with SSO and scope is "group"
-Thanks
Beta Was this translation helpful? Give feedback.
All reactions