- Getting started
- Best practices
- Organization Modeling in Orchestrator
- Managing Large Deployments
- Automation Best Practices
- Optimizing Unattended Infrastructure Using Machine Templates
- Organizing Resources With Tags
- Orchestrator Read-only Replica
- Exporting grids in the background
- Enforcing user-level Integration Service connection governance
- 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
- Resource Catalog Service
- Automation Suite Robots
- Folders Context
- Automations
- Processes
- Jobs
- Apps
- Triggers
- Logs
- Monitoring
- Queues
- Assets
- Storage Buckets
- Indexes
- Orchestrator testing
- Integrations
- Troubleshooting

Orchestrator user guide
Storing Assets in AWS Secrets Manager (read only)
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"}
-