UiPath Documentation
automation-suite
2.2510
true
UiPath logo, featuring letters U and I in white

Automation Suite on Linux installation guide

Last updated Mar 26, 2026

ArgoCD configuration

To enable SSO for ArgoCD, update the following parameters in the cluster_config.json file:

KeysValue
fabric.argocd_dex_config_fileThe path to the Dex configuration file.
fabric.argocd_rbac_config_fileThe path to the RBAC file.

The following example shows how you can use add these parameters in the cluster_config.json file:

{
  "fabric": {
    "argocd_dex_config_file": "/path/to/file.yaml",
    "argocd_rbac_config_file": "/path/to/file.yaml"
  }
}
{
  "fabric": {
    "argocd_dex_config_file": "/path/to/file.yaml",
    "argocd_rbac_config_file": "/path/to/file.yaml"
  }
}

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated