automation-suite
2023.4
false
UiPath logo, featuring letters U and I in white

Automation Suite on Linux installation guide

Last updated Dec 23, 2025

Issues accessing the ArgoCD read-only account

Description

During installation, the proper RBAC configuration is not applied, which results in issues accessing the ArgoCD read-only account.

Solution

If you encounter this problem, use the following workaround:

kubectl -n argocd patch cm argocd-rbac-cm -p '{"data": { "policy.csv": "p, role:uipath-sync, applications, get, */*, allow\np, role:uipath-sync, applications, sync, */*, allow\ng, argocdro, role:uipath-sync\n"}}'kubectl -n argocd patch cm argocd-rbac-cm -p '{"data": { "policy.csv": "p, role:uipath-sync, applications, get, */*, allow\np, role:uipath-sync, applications, sync, */*, allow\ng, argocdro, role:uipath-sync\n"}}'
  • Description
  • Solution

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated