UiPath Documentation
automation-suite
2024.10
false

Guía de instalación de Automation Suite en Linux

Última actualización 6 de may. de 2026

Actualizar credenciales del almacén de objetos

Generando el archivo cluster_config.json

Genera el último archivo cluster_config.json utilizando el siguiente comando:

./bin/uipathctl manifest get-revision >> ./cluster_config.json
./bin/uipathctl manifest get-revision >> ./cluster_config.json
Nota:

Para obtener más información sobre cómo configurar los parámetros cluster_config.json , consulta Experiencia de instalación avanzada.

Proporcionar las nuevas credenciales

Actualiza la siguiente sección en el archivo cluster_config.json con los nuevos access_key, secret_key o account_key y account_name:

"external_object_storage": {
  "enabled": false, // <true/false>
  "create_bucket": true, // <true/false>
  "storage_type": "s3", // <s3,azure,aws>
  "fqdn": "",  // <needed in case of aws non instance profile>
  "port": 443, // <needed in case of aws non instance profile>
  "region": "", 
  "access_key": "", // <needed in case of aws non instance profile>
  "secret_key": "", // <needed in case of aws non instance profile>
  "use_managed_identity": false, // <true/false>
  "bucket_name_prefix": "",
  "bucket_name_suffix": "",
  "account_key": "", // <needed only when using non managed identity>
  "account_name": "",
  "azure_fqdn_suffix": "core.windows.net",
  "client_id": "" // <optional field in case of managed identity>
},
"external_object_storage": {
  "enabled": false, // <true/false>
  "create_bucket": true, // <true/false>
  "storage_type": "s3", // <s3,azure,aws>
  "fqdn": "",  // <needed in case of aws non instance profile>
  "port": 443, // <needed in case of aws non instance profile>
  "region": "", 
  "access_key": "", // <needed in case of aws non instance profile>
  "secret_key": "", // <needed in case of aws non instance profile>
  "use_managed_identity": false, // <true/false>
  "bucket_name_prefix": "",
  "bucket_name_suffix": "",
  "account_key": "", // <needed only when using non managed identity>
  "account_name": "",
  "azure_fqdn_suffix": "core.windows.net",
  "client_id": "" // <optional field in case of managed identity>
},

Ejecutar el instalador

Para ejecutar el instalador, utiliza el siguiente comando:

cd /opt/UiPathAutomationSuite/{version}/installer

./bin/uipathctl manifest apply ./cluster_config.json --versions versions/helm-charts.json
cd /opt/UiPathAutomationSuite/{version}/installer

./bin/uipathctl manifest apply ./cluster_config.json --versions versions/helm-charts.json

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado