orchestrator
latest
false
- Getting started
- Best practices
- Tenant
- About the Tenant Context
- Searching for Resources in a Tenant
- Managing Robots
- Connecting Robots to Orchestrator
- Storing Robot Credentials in CyberArk
- Storing Unattended Robot Passwords in Azure Key Vault (read only)
- Storing Unattended Robot Credentials in HashiCorp Vault (read only)
- Storing Unattended Robot Credentials in AWS Secrets Manager (read only)
- Deleting Disconnected and Unresponsive Unattended Sessions
- Robot Authentication
- Robot Authentication With Client Credentials
- Configuring automation capabilities
- Solutions
- Audit
- Settings
- Cloud robots
- Folders Context
- Automations
- Processes
- Jobs
- Apps
- Triggers
- Logs
- Monitoring
- Queues
- Assets
- About Assets
- Managing Assets in Orchestrator
- Managing Assets in Studio
- Storing Assets in Azure Key Vault (read only)
- Storing Assets in HashiCorp Vault (read only)
- Storing Assets in AWS Secrets Manager (read only)
- Business Rules
- Storage Buckets
- Indexes
- Orchestrator testing
- Resource Catalog Service
- Integrations
- Troubleshooting
Storing Assets in AWS Secrets Manager (read
only)

Orchestrator user guide
Last updated May 21, 2025
Storing Assets in AWS Secrets Manager (read only)
Note: Make sure you have configured the AWS Secrets Manager integration.
To store an asset of the type
Credential
or Secret
in the
read-only version of the AWS Secrets Manager, create a secret in AWS, using
the Other type of secret option. The secret must include the
following keys, with their corresponding values:
- For
Credential
-type assets:- Username - the username of the credentials.
-
Password - the password of the credentials.
In the AWS Secrets Manager console, you can also store these key/value pairs as a JSON string, in the following format:{"Username":"username","Password":"password"}
- For
Secret
-type assets:- Username - the name of the asset.
-
Password - the value of the secret.
In the AWS Secrets Manager console, you can also store these key/value pairs as a JSON string, in the following format:{"Username":"assetname","Password":"secretvalue"}