- Información general
- Requisitos
- Preinstalación
- Preparar la instalación
- Descarga de los paquetes de instalación
- Configurar el registro compatible con OCI
- Conceder permisos de instalación
- Instalar y configurar la malla de servicio
- Instalar y configurar la herramienta GitOps
- Installing the External Secrets Operator
- Implementar Redis a través de OperatorHub
- Aplicar configuraciones varias
- Ejecutar uipathctl
- Instalación
- Después de la instalación
- Migración y actualización
- Supervisión y alertas
- Administración de clústeres
- Configuración específica del producto
- Configurar parámetros de Orchestrator
- Configurar AppSettings
- Configurar el tamaño máximo de la solicitud
- Anular la configuración de almacenamiento a nivel de clúster
- Configurar NLog
- Guardar los registros del robot en Elasticsearch
- Configurar almacenes de credenciales
- Configurar clave de cifrado por tenant
- Limpiar la base de datos de Orchestrator
- Solución de problemas

Guía de instalación de Automation Suite en OpenShift
A secretstore in Automation Suite is an external source used to store sensitive credentials.
To use a secretstore for credentials in Automation Suite, refer to Using a secretstore for credentials.
When using Azure Key Vault, install the External Secrets Operator. For details, refer to Installing the External Secrets Operator.
external-secrets to the excluded components list, as follows:
"exclude_components": [
...
"external-secrets"
]"exclude_components": [
...
"external-secrets"
]When deploying Automation Suite, the input.json file typically contains several sensitive data fields and credentials in plain text. To improve security, you can store these credentials in a secret store instead of including them directly in the input.json file.
A secretstore acts as an external system that securely holds sensitive credentials and configuration data. When configured, Automation Suite retrieves credentials from the defined secret store during deployment.
To enable secretstore usage, add the following section to the input.json file:
"secret_store": {
"enabled": true
}"secret_store": {
"enabled": true
}
When this configuration is enabled, Automation Suite reads credentials from the secretstore instead of directly from the input.json file.
Automation Suite supports the following secretstore types:
If any credential stored in the secretstore changes, you must perform the credential update procedure. For details, refer to Updating credentials.