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

Automation Suite on EKS/AKS installation guide

Last updated Nov 13, 2025

Credentials secretstore configuration

A secretstore in Automation Suite is an external source used to store sensitive credentials. It can be either a Kubernetes Secret or an Azure Key Vault.

To use a secretstore for credentials in Automation Suite, refer to Using a secretstore for credentials.

If you are using Azure Key Vault as your external secret management system and plan to use your own External Secrets Operator, refer to Installing the External Secrets Operator in Kubernetes.

In this case, make sure to add external-secrets to the excluded components list, as follows:
"exclude_components": [
        ...
        "external-secrets"   
  ]"exclude_components": [
        ...
        "external-secrets"   
  ]

Using a secretstore for credentials

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.

  • Using a secretstore for credentials

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo
Trust and Security
© 2005-2025 UiPath. All rights reserved.