How to set up Thycotic secret server and integrate with UiPath Automation Cloud as a credential store
Prerequisites:
- A Thycotic Secret Server Cloud instance or a similar on-premise installation
Configuration at Thycotic Server side:
- Create a new Application Account under Admin → User Management
- Navigate to Admin → See All → Tools and Integrations → SDK Client Management and set up a new onboarding rule in Client Onboarding. Note the onboarding rule name and key
- Edit the onboarding rule and Assign the Application Account created at the second step
- The Application Account linked to the onboarding rule must have permissions to the secrets accessed by Orchestrator. Assign it to a group and grant that group access to the required folders, or grant it explicit access to the secrets
Configuration at Orchestrator side:
- Add a new Credential Store under the Credential Stores menu under Tenant.
- Type - Select Thycotic Secret Server.
Parameter |
Description |
Name |
(Required) Credential Store name. |
Secret Server URL |
(Required) The URL of your secret server instance. |
Rule Name |
(Required) The client onboarding rule name. |
Rule Key |
(Optional) The key from the onboarding rule. |
Username Field |
(Required) The slug name of the Secret Template field that Orchestrator will pull the username from when retrieving an Asset from Secret Server |
Password Field |
(Required) The slug name of the Secret Template field that Orchestrator will pull the password from when retrieving an Asset from Secret Server |
Note:
- Slug name of the Secret Template field can be found in Admin > Secret Templates > Template > Fields.
- Thycotic Secret Server Integration is read only.