automation-suite
2.2510
true
- Overview
- Requirements
- Pre-installation
- Preparing the installation
- Downloading the installation packages
- Configuring the OCI-compliant registry
- Granting installation permissions
- Installing and configuring the service mesh
- Installing and configuring the GitOps tool
- Installing the External Secrets Operator
- Deploying Redis through OperatorHub
- Applying miscellaneous configurations
- Running uipathctl
- Installation
- Post-installation
- Migration and upgrade
- Monitoring and alerting
- Cluster administration
- Product-specific configuration
- Troubleshooting

Automation Suite on OpenShift installation guide
Last updated Nov 13, 2025
You can configure the maximum request size in the
orchestrator-customconfig config map using a tool such as kubectl.
The default value for the maximum request size is 300 MB, but you can edit it in the
values.json file. The Orchestrator deployment should restart automatically after this configuration change.
{
"Kestrel": {
"Limits": {
"MaxRequestBodySize": 314572800
}
}
}{
"Kestrel": {
"Limits": {
"MaxRequestBodySize": 314572800
}
}
}The
values.json file in the orchestrator-customconfig config map may also contain other values, such as AppSettings. You must not remove any other settings when configuring the maximum request size.
{
"Kestrel": {
...
},
"AppSettings": {
...
}
}{
"Kestrel": {
...
},
"AppSettings": {
...
}
}