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 in Kubernetes
- Applying miscellaneous configurations
- Running uipathctl
- Installation
- Post-installation
- Migration and upgrade
- Monitoring and alerting
- Cluster administration
- Product-specific configuration
- Rotating Blob Storage Credentials
- Disabling use of pre-signed URLs when uploading data to Amazon S3 storage
- Configuring process app security
- Setting up Kerberos authentication with basic MSSQL authentication for Process Mining
- Troubleshooting

Automation Suite on EKS/AKS installation guide
Last updated Nov 13, 2025
Note:
When you are performing a new installation and you want to use Kerberos authentication, it is strongly recommended to configure
process app security as
single_account. Refer to Configuring process app security for details.
When you want to use Kerberos authentication for login to Automation Suite and use basic MSSQL authentication for Process
Mining you need to add the following in the
processmining section in the input.json file.
"kerberos_auth_config": {
"enabled": false
},"kerberos_auth_config": {
"enabled": false
},The following code shows an example
processmining section with Kerberos authentication with basic MSSQL and PostgreSQL authentication for Process Mining.
"processmining": {
"enabled": true,
"advanced_configuration": {},
"airflow": {
"metadata_db_connection_str": "postgresql+psycopg2://kerberos_user:@kerberospostgres.AUTOSUITEAD.LOCAL:5432/AutomationSuite_Airflow"
}
}"processmining": {
"enabled": true,
"advanced_configuration": {},
"airflow": {
"metadata_db_connection_str": "postgresql+psycopg2://kerberos_user:@kerberospostgres.AUTOSUITEAD.LOCAL:5432/AutomationSuite_Airflow"
}
}